Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

DataAccess layer to return domain objects in case of Ado.net?

Repository Pattern in C#

c# .net repository-pattern

ASP.NET MVC generic repository

Why should i build a repository pattern with a unit of work on the top of my EF?

Should there be a Service Layer in Asp.net mvc?

Which layer should Repositories go in?

Not finding .Include() method in my EF implementing Generic repository

How to use joins with generic repository pattern - Entity Framework