Answer the question
In order to leave comments, you need to log in
How to start a project on asp.net?
Hello. The university was given the task to make a site for listening and creating your own playlists using asp.net, html, css, js and other different technologies.
I also know JS, HTML, CSS, Ajax
other front-end technologies very well, because I work as a front-end developer.
Before that I taught C# (I know the base).
But I never came across .NET and didn’t really write anything on it, I don’t even know how to start a project))
And here’s the question - What do you advise to watch / read?
Answer the question
In order to leave comments, you need to log in
Visual Studio 2015 or 2017
menu FILE -> New -> Project... -> "Templates/Visual C#/Web (ASP.NET Web Application)"
50% of the project is done.
1) Install dotnet core sdk
2) Open Terminal
3) dotnet new web -o MyFirstApp
4)????
5) PROFIT!
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question