July 2017
Beginner
466 pages
9h 37m
English
We have discussed the .NET Core commands to create, build, run, and publish .NET Core applications. We have also covered how to create and run ASP.NET Core applications and unit testing projects.
Now, let's look at how to do it easily using Visual Studio 2017. To create a .NET Core application using Visual Studio, open the Visual Studio 2017 instance and click on File | New | Project... to open the New Project window (alternatively, you can press the following keyboard shortcut: Ctrl + Shift + N):

In the New Project dialog, navigate to Installed | Templates | Visual C# | .NET Core. Here you ...
Read now
Unlock full access