Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

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

Possible to use the Repository Pattern + Stored Procedures ? Should / can they return IQueryable?

How to include complex entity fields in a projected entity framework object?