Skip to content

This repository contains CRUD operation in .Net 6 and EF core based on the Repository pattern and SQL server database

Notifications You must be signed in to change notification settings

Vahidalizadeh1990/CRUD_RepositoryPattern_SQLServer

Repository files navigation

Repository Pattern

What is the Repository pattern?

The repository pattern is a class in your Infrastructure layer that helps you implement your data’s persistence and it has lots of benefits in your code structure. For instance, makes easier unit testing, makes readable and clean code, and sends information to the database indirectly.

This is a complete article that you can find inside the Medium.com or even watch the video inside the Youtube.com

Medium and Youtube link

Medium:

https://medium.com/@vahidalizadeh1990/crud-operation-by-repository-pattern-using-net-6-ef-core-sql-server-mysql-mongodb-part-1-afa35f3d35a7

Youtube:

https://youtu.be/T8OuI4lObE0

About

This repository contains CRUD operation in .Net 6 and EF core based on the Repository pattern and SQL server database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages