Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

repository pattern and overhead..?

Can POCO / Domain objects have dependencies injected to it

Repository pattern's answer to complex / non-model specific queries (i.e. reporting / aggregate data)

service operation is called with a not found entity

Generics and Entity Framework: How do I return a different type depending on a column value

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