Skip to content

This repository contains CRUD operation in .Net 7 and EF core based on the Repository pattern and MySQL database

Notifications You must be signed in to change notification settings

Vahidalizadeh1990/RepositoryPattern_MYSQL_Youtube

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-2-25532829b79d

Youtube:

https://www.youtube.com/watch?v=2SKocB_ti7w&t=6s

About

This repository contains CRUD operation in .Net 7 and EF core based on the Repository pattern and MySQL database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages