Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

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

one repository for each root aggregate entity in domain driven design

How should I structure a simple ASP.NET MVC app?

Calling a Repository from a Repository

repository-pattern

Is Repository pattern an overkill

Using Unity, how do you register type mappings for generics?

Difference between Dependency Injection and Repository Pattern [closed]

How to test Repository Pattern with ADO.NET Entity Framework?