Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

Data Mapper, Repository and Unit of Work patterns

How to convert DTO to View Model and then back again? [duplicate]

Should there be a abstraction layer between database and model?

Repositories and getting new values for an aggregate entities / value objects

Make existing entity implement TableEntity

Unit of Work / Repository pattern updating multiple sources at the same time

Non-CRUD operations in repository classes

What's the right way to Load child collections inside a POCO with a SubSonic Repository?

EF4: how to use a generic repository pattern ?

Implementing Generic Repository using Entity framework code first

Testing Linq Queries EF and the Repository Pattern

EF DbContext.Set<T> filtered record only ... doesn't work

Implement WCF Data Service using the Repository Pattern

DDD/CQRS confusion regarding ReadModels and the Domain

Generic Repository in Spring JPA

Is it wise to use same DbContext with multiple repositories?

Data Repository Organization