Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

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

ObservableCollection and Repository pattern in MVVM - How to relate them, and a case for the "Update" method

Injecting/Managing at runtime changing connectionstrings using Entity Framework, Dependency Injection, Unit of Work and Repository Patterns

When to expose an IEnumerable instead of an ICollection?

NodeJS: how to implement repository pattern