Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

Application Layers and Contracts

Repository implementation in Application, Domain and Infrastructure Layer (DDD)

RX: How to concat a Snapshot stream and an Update stream?

LINQ to entities - best practices for passing models

Building a Repository using ServiceStack.ORMLite

How correctly implement Unit Of Work per scope and Repository in desktop server side application using Entity Framework 4?

Domain Driven Design and Aggregates

Inject parameter into spring-data dynamic query-build methods

ToDictionary Querying from second table returns Null

How to use two data stores for same interface in repository pattern?

What particular use is the interface for repository pattern?

How to de-attach an entity from a Context in Entity Framework?

Android: Repository pattern in MVP and SharedPreferences

Best approach to designing DAL with ADO.NET for MVC 3 application?

Should we use Data Repository pattern in MVC application using Entity Framework Code First approach?

Return DTO object that contains more than one entity from the service layer

Service layer and repositories relationship

Using DbContext and DbSet instead of implementing repositories and unit of work

One DbContext Instance spans multiple Repositories