Designing your web API

This demo will be created using .NET Core Framework 2.0 and Visual Studio 2019. Begin by opening up Visual Studio 2019 and following these steps:

  1. Click on File | New | Project and, in the new Project window, select ASP.NET Core Web Application. Click Create. Call the project PacktPubToDoAPI and click Create.
  2. A pop-up window will open up where you can select the API template. Select ASP.NET Core 2.2 and click on Create:

Creating a custom web API from Visual Studio 2019
  1. Add a Models folder in the Solution Explorer. Right-click your project name and select Add | New Folder. Add a TodoItem class by right-clicking the  ...

Get Migrating Applications to the Cloud with Azure 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.