Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

Entity Framework 6 Code First - Is Repository Implementation a Good One?

How does a service layer fit into my repository implementation?

Repository pattern vs. "smart" business objects [closed]

Unit of Work + Repository Pattern: The Fall of the Business Transaction Concept

Why use Repository Pattern or please explain it to me?

Best Repository Pattern for ASP.NET MVC

How to implement Unit Of Work pattern with Dapper?

Laravel 5 - Interface is not instantiable

DDD - Persistence Model and Domain Model

An object with the same key already exists in the ObjectStateManager. The ObjectStateManager cannot track multiple objects with the same key

EF Including Other Entities (Generic Repository pattern)

Repository Pattern - How to understand it and how does it work with "complex" entities?

How to use the repository pattern correctly?

Method cannot be translated into a store expression

Well designed query commands and/or specifications

NOT using repository pattern, use the ORM as is (EF)

Managing relationships in Laravel, adhering to the repository pattern

How are Spring Data repositories actually implemented?

Difference between a Factory, Provider and a Service?

Generic Repository With EF 4.1 what is the point