Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

Generic Repository Pattern in DDD with CQRS, does it make sense?

What is the recommended practice for sharing similar linq to entities expression logic in different repositories

Can't help but see Domain entities as wasteful. Why?

What is IEntity in this code for a generic repository pattern?

using ninject to inject dependency to The Model classes or non-controller classes

Entity Framework 5 Unit of Work pattern - where should I call SaveChanges?

Moq SetUp.Return not working for repository mock

What are the differences between Object Collections, Object Aggregates, Object Associations, and Object Composition?

C# IUnitOfWork, IRepository and IMemoryCache [ASP.Net Core]

Entity Framework UnitOfWork

Repository or DAO: read data from multiple tables

How to retrieve data with relation in Repository Pattern in the right way?

c# repository-pattern

How should I manage Generic Repository Pattern when the works of different entities are pretty much different?

repository-pattern

Select -> Group -> Order -> Select In one repository function

Laravel Repository pattern and many to many relation

Circular dependency of Business logic and Data access layer

ORM / How to deal with the correspondence between Domain object and Persistent object?