Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

When using the Repository Pattern with EF, should returned items be tracked?

Using DDD and AutoMapper, how do you do work on the same aggregate root in multiple services within a single unit of work?

Android clean architecture and related entities

Avoid repetitive coding when disposing of objects

C# repository pattern SQL query with Entity Framework 6 exception data reader is incompatible with specified entity

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?