Skip to content

messirmessirmessir/ASP.NET-Core-Razor-Pages-CRUD-Operations

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

ASP.NET Core Razor Pages : CRUD Operations with Repository Pattern and Entity Framework Core

In this tutorial we will perform code CRUD Operations with Repository Pattern and EF Core. The respository is Generic and it is much more powerful than non-generic one.

Read the entire article here - https://www.hosting.work/aspnet-core-razor-pages-repository-pattern-ef-core/

Tutorial Contents

  1. Repository Pattern
  2. Repository Pattern’s a simple example
  3. Benefits of Repository Pattern
  4. Implementing Repository Pattern in ASP.NET Core Razor Pages
  5. Entity Framework Core and Entities
  6. Database Context and Entity Framework Core Migrations
  7. Building the Repository Pattern
  8. CRUD operations using Repository Pattern
  9. Create Movie with Repository Pattern
  10. Read Movies with Repository Pattern
  11. Creating Pagination for Records
  12. Update Movie with Repository Pattern
  13. Update Movie with Repository Pattern
  14. Delete Movie with Repository Pattern
  15. Filtering Entity by LINQ Expression

Want to support me ?

Buy Me A Coffee

About

ASP.NET Core Razor Pages : CRUD Operations with Repository Pattern and Entity Framework Core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 91.6%
  • HTML 7.5%
  • Other 0.9%