Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

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?

unable to update user via UserManager<TUser> using ef core 2.2 in asp.net core 2.2 app

creating a generic repository with TypeORM

Who is responsible for handling the logic of data-caching and in-memory storages?

How to deal with external stateful webservices in DDD?

Should repositories use objects or primitives?

Using one Repository Inside Another

DDD: Is there an elegant way to pass auditing information through while updating an aggregate root?