Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

What is the difference between repositories and usecases?

Aggregate roots. How far does the rabbit hole go

MVC and the Repository Pattern: Roles of Controllers, Models, and Repositories?

Register all the services at once using Default DI Container from ASP.NET 5 similar to Autofac

Entity classes decoupled from LINQ to SQL provider for implementing the Repository pattern. How?

Please explain the Repository-, Mapping-, and Business-Layer relations and responsibilities

DDD, Repository, & Encapsulation

In a DDD approach, is this example modelled correctly?

Repository Pattern and layering. Where do I apply security?

Persistance ID's and Domain Model Entities

How to break circular dependencies between repositories

No need to dispose DataContext/ObjectContext in EF?

Is a Repository still a Repository without Unit of Work?

Some guidance on ASP.NET MVC 3 architecture required

Disposing of object context in entity framework 4

How to join Multiple tables using Repository Pattern & Entity Framework?

Should write complex query in Repository or Service layer?

Generic Repository pattern for .net core with Dapper

Should A repository call another repository? Or should a repository call a service layer?

Setting up a repository pattern in MVC