Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

I need some clarification on the MVC architecture and the three-tier architecture

ASP.NET MVC using the Repository Pattern

Should entity objects be exposed by the repository?

Pattern for retrieving complex object graphs with Repository Pattern with Entity Framework

Is the Repository Pattern the same as the Asp.net Provider Model?

Laravel - Using the Repository Pattern

repository pattern vs ORM

php orm repository-pattern

How can I implement a transaction for my repositories with Entity Framework?

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