Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

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?

Generic Repository Pattern in DDD with CQRS, does it make sense?

What is the recommended practice for sharing similar linq to entities expression logic in different repositories

Can't help but see Domain entities as wasteful. Why?