Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

Implementing Bounded Context to Entity Framework Based Infrastructure

Controller -> Service -> Repository: Does service map Entity to ViewModel?

DDD: Getting aggregate roots for other aggregates

C# Linq-to-SQL Create a Generic Repository

Handling entity updates from a mapped object

How to manage client context object in seperate class library?

Using IEnumerable<T> and IQueryable<T> in a generic repository

How can I query cross tables with Repository Pattern?

Multiple DbContext classes for a single web app. Good or bad?

EF and repository pattern - ending up with multiple DbContexts in one controller - any issues (performance, data integrity)?

Transactions in the Repository Pattern using ServiceStack.ORMLite

Entity Framework 4 Repository?

DTO vs. Domain Model, project organization

What type to return when querying multiple entities in Repository layer?

Repository vs Data Access

How do I wait for the results to be updated in RavenDB after DELETE

Android Repository pattern

asp.net 5 dependency injection in multiple projects

How to use Store Procedure and Complex types using Repository Pattern in EF?

How to use Order By in this MSDN example