Designing your Web API

This demo will be created using .NET Core Framework 2.0 and Visual Studio 2017. Begin by opening up Visual Studio 2017:

  1. Click on File | New | Project and, in the new Project window, select ASP.NET Core Web Application. Name the project and click on OK:
  2. A pop-up window opens up where you can select the Web API template, select ASP.NET Core 2.0, and click on OK:
Creating a custom Web API from Visual Studio 2017
  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 Models folder and click Add | Class.
  2. Update the TodoItem class ...

Get Architecting Microsoft Azure Solutions - Exam Guide 70-535 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.