Skip to content

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

Notifications You must be signed in to change notification settings

Vahidalizadeh1990/RepositoryPattern_MongoDB_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-7-mongodb-part-3-1e264a4f60da

Youtube:

https://youtu.be/SirnsdE5rfY

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages