Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

Domain Driven Design - How to handle updates for parts of your aggregrate roots

Mapping EF Entities to ViewModels maintaining ICollection and lazy loading

Repository pattern and Navigation properties

ASP.NET MVC: What goes where?

How to implement a generic RepositoryFactory?

Repository + UnitOfWork pattern for entity framework

How does the Repository Pattern work if Entities are related to each other?

Reusable Querying in Entity Framework WITHOUT Repository. How?

Real World ASP.NET MVC Repositories

Repository Pattern pros and cons of each implementation

Pattern for doing authorization in repository layer of MVC application

Why not use a repository to return partial domain model results [closed]

c# repository-pattern

EF Core, database-first. How to move generic repository interface to another assembly?

Repository, Service or Domain object - where does logic belong?

custom membership provider and unity dependency injection

DDD - persisting aggregate children only if changed

Repository pattern with MongoDB - multiple units of work with one transaction

Is injecting service into another service bad practice? [closed]

repositories and querying with raw sql?

Should repositories be properties on the unit of work when using Entity Framework?