Skip to content

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

Notifications You must be signed in to change notification settings

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 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. Repository is updated to .NET 8.0

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 ?

Your support of every $5 will be a great reward for me to carry on my work. Thank you!

Buy Me A Coffee Paypal Me

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published