The SOFT-TECH is a website which contains link of famous blog and docs in the IT industry . I will helps to get the best possible blogs and docs of Computer Science topic and It is basically design for the newbie and which helps to kickstart and boost their career
The website is desgined and with simle HTML,CSS .It contains link of blog and docs of varioius programming language
- Variety of content
- Best Blog and docs
- Fully Responsive
- Cross platform
Client: HTML, CSS, Dotnet
Server: Azure Services like Webapp,Cloud Shell
To create dotnet webapp
dotnet new webapp -o MyWebApp --no-https -f net6.0
To run and test webapp
cd webapp
dotnet watch