Introduction to Repository pattern
I found this tutorial from Mosh Hamedani pretty good explained. It will give you a very good understanding on how to create a repository pattern in your C# applications.
Learn when to use it (not in small apps, POC,..) and how to implement it properly. Understand DbSet and UnitOfWork, and which functionalities you have to define on them.
0 comments:
Post a Comment