You have finally arrived at the chapter in which you will create a complete but simple application. I will teach you how to develop a web interface for managing a list of countries. Imagine a wiki, for example a wiki countries, that will be designed with ASP.NET Core Razor Pages for the web interface, a hosted service running in the background, gRPC as an API allowing you to manipulate the data between the database and the web interface, SQL Server ...