W
W
WarriorKodeK2018-01-26 22:47:07
ASP.NET
WarriorKodeK, 2018-01-26 22:47:07

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, Ajaxother 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

2 answer(s)
P
Peter, 2018-01-26
@WarriorKodeK

Visual Studio 2015 or 2017
menu FILE -> New -> Project... -> "Templates/Visual C#/Web (ASP.NET Web Application)"
50% of the project is done.

D
denismaster, 2018-01-27
@denismaster

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 question

Ask a Question

731 491 924 answers to any question