Create First .NET Core Application
In this Blog we will see how to create your first .NET core web app using Visual Studio 2019
First of all, open visual studio 2019 application, In Get started section Select Create a new project.
In create new project window, we see all predefined project templates, from here we select "Asp.net
core Web App template for C# and Click on next.
Next, we will get configure Window where we give project name, Location, Solution name, and keep last box unchecked.
Next, we get Additional information window where we select Target Framework, Authentication Type
which we will select none as this point, also keep configure https, Enable docker, Enable Razor Runtime Compilation unchecked at this point.
This we get new dot net core web application.
We have discussed in brief about project folder in our previous blob please click on link .NET core folder structure.
Comments
Post a Comment