Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

.NET RIA Services with MVC Style Repositories?

Linq 2 Sql - How to design proper repository, controller and view-model flow with entity inheritance

How to structure unitofwork / service layer / repository, so that they work with DI (Unity) and Moq for Unit Testing

PHP Type Hinting Implementation of Abstract Method - Repository Pattern

UnitOfWork & Generic Repository, SOLID principles with Custom Repository

Ad hoc data and repository pattern

How should you handle parent and child entities in the repository pattern?

Repository Pattern For Accessing Text File

Aggregate Root in context of Repository Pattern

DAO. Many-to-many relationship

In DDD, a UoW per Repository or Bounded Context or Transaction?

Repository Pattern and Local Caching

Generic Repository and Leaky Abstraction

How can I perform aggregate operations via the repository pattern?

How to inject ninject itself into a static class with extension functions

Repository pattern with Entity Frameworks 4

Using eager loading with specification pattern

Unit of work and multiple object contexts

Generic Repository with Soft Delete Feature

NodeJS: how to implement repository pattern