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 Web and ASP.NET Web Application.
  4. Name it FlixOne.BookStore.ProductService.Tests and click on OK.
  5. Next, select Empty from the template screen and check the WebAPI option for adding folders and core references. Then click on OK:
  1. Add folders' persistence and ...

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