Creating an ASP.NET core web application

Let's start this chapter by creating an ASP.NET Core web application. I am assuming that you have Visual Studio 2017 or a later version installed in your development environment. Follow these steps to create the application:

  1. Open Visual Studio and click on the menu item by navigating to File | New | Project.
  2. Navigate to Visual C# from the installed template and select Web.

 

  1. Then, select ASP.NET Core Web Application and enter the application name as My Todo, as shown in the following screenshot:
Creating a project named My Todo
  1. Select the ASP.NET Core Empty template and click on Ok to create the ...

Get Learning Angular for .NET Developers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.