Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

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

Why does ObjectContext class not derive from some Interface?

How to avoid persisting entire aggregate root when adding child entity?

How to retrieve Domain Object from Repositories

Repository design pattern - should there be one repo for every Dao?

Android repository pattern for firestore

Object disposal with dependency injection

Repository pattern: Can a repository use other repositories?

java repository-pattern

Repository pattern aggregate and aggregate root with Entity Framework 4.0

How should my ASP.NET MVC Controllers be aware of the repository

MVC3 App/Service Layer/Repository Layer/POCO Classes/EF4 - Questions!