Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

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?

How to use Repository and Unit of Work Patterns with ADO.NET?

How do you mock your repositories?

What are the pros/cons of returning POCO objects from a Repository rathen than EF Entities?

Generic access to DbContext