© Bipin Joshi 2019
B. JoshiBeginning Database Programming Using ASP.NET Core 3 https://doi.org/10.1007/978-1-4842-5509-4_3

3. ASP.NET Core MVC

Bipin Joshi1 
(1)
Thane, India
 
In this chapter, you develop Employee Manager using ASP.NET Core MVC. The application’s user interface is built using Tag Helpers. The database CRUD operations are performed using Entity Framework Core. The EF Core model is built manually by creating POCOs and mapping them to the table schema. To perform the mapping and model validations, data annotation attributes are used. The user authentication and authorization is provided using ASP.NET Core Identity. Specifically, this chapter teaches you to
  • Use the Model-View-Controller pattern to build an ASP.NET Core web application

  • Utilize ...

Get Beginning Database Programming Using ASP.NET Core 3: With MVC, Razor Pages, Web API, jQuery, Angular, SQL Server, and NoSQL 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.