https://github.com/yogyogi/asp.net-core-razor-pages-crud-operations
ASP.NET Core Razor Pages : CRUD Operations with Repository Pattern and Entity Framework Core
https://github.com/yogyogi/asp.net-core-razor-pages-crud-operations
asp-net-core generic-repository-pattern razor-pages repository-pattern
Last synced: 6 months ago
JSON representation
ASP.NET Core Razor Pages : CRUD Operations with Repository Pattern and Entity Framework Core
- Host: GitHub
- URL: https://github.com/yogyogi/asp.net-core-razor-pages-crud-operations
- Owner: yogyogi
- Created: 2021-06-01T12:24:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T12:56:42.000Z (over 1 year ago)
- Last Synced: 2025-03-25T09:02:18.303Z (7 months ago)
- Topics: asp-net-core, generic-repository-pattern, razor-pages, repository-pattern
- Language: C#
- Homepage:
- Size: 19.2 MB
- Stars: 11
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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!