Creating the project

We will now go ahead and create our reactive microservice example. In order to do this, we need to create a project of the ASP.NET web application type. Just follow these steps and you should be able to see your first reactive microservice in action:

  1. Start Visual Studio.
  2. Create a new project by navigating to File | New | Project.
  3. From the installed templates, select .NET Core | ASP.NET Core Web Application.
  4. Name it FlixOne.BookStore.ProductService and click on OK:
  1. From the New ASP.NET Core Web Application screen, select .NET Core and ASP.NET Core 2.0 and then select Web Application (Model-View-Controller) and click ...

Get Building Microservices with .NET Core 2.0 - Second Edition 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.