In this version of Employee Manager, you use ASP.NET Core Razor Pages. The user interface is built using Tag Helpers. The model validations are performed using data annotations. The database CRUD operations are performed using Entity Framework Core. The EF Core model is built using reverse engineering techniques. Mapping with the table schema is illustrated using data annotations as well as Fluent API. The user authentication and security is provided using ASP.NET Core Identity. Specifically, you will learn to