Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

Unit of work and the repository pattern

Alternatives to the repository pattern?

Repository pattern implementation with data model in a tree structure

c# tree repository-pattern

Implementing the Repository Pattern Correctly with EF Core

Entity Framework Generic Repository Error

Multi-tenant Access Control: Repository or Service layer?

Entity Framework Repository Pattern why not return Iqueryable?

Trying to simplify our repository pattern

ASP.NET Repository Pattern/Service Layer Caching

Pros and cons of having static repositories in ASP.NET MVC application

Bounded context implementation and design

Android - MVVM with LiveData component and a Retrofit call in Repository

Repository Pattern - POCOs or IQueryable?

repository-pattern

Should repositories expose IQueryable to service layer or perform filtering in the implementation?

MVC repository pattern design decision

Is caching a repository, domain or application concern?

Using Simple Injector with Unit Of Work & Repository Pattern in Windows Form

When to use PerThreadLifetimeManager?

How can I use a stored procedure + repository + unit of work patterns in Entity Framework?

Repository pattern and Business logic