Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

ASP.NET MVC - Should I use the Repository Pattern to write ViewModels to the database or convert them to Models first?

What is the difference between repositories and usecases?

Aggregate roots. How far does the rabbit hole go

MVC and the Repository Pattern: Roles of Controllers, Models, and Repositories?

Register all the services at once using Default DI Container from ASP.NET 5 similar to Autofac

Entity classes decoupled from LINQ to SQL provider for implementing the Repository pattern. How?

Please explain the Repository-, Mapping-, and Business-Layer relations and responsibilities

DDD, Repository, & Encapsulation