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:
- Start Visual Studio.
- Create a new project by navigating to File | New | Project.
- From the installed templates, select .NET Core | ASP.NET Core Web Application.
- Name it FlixOne.BookStore.ProductService and click on OK:
- 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 ...