Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

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?

Entity Framework .Where nested in .Include

Why repository pattern is extensively used in entity framework as though it is complex?

Unit Testing and Entity Framework

Using MVC and fluent Nhibernate, how do I validate unique fields on my ViewModel before I bind them to my Domain Object and Save them?

Is it good practice to use a generic repository or should each entity have its own repository?

Repository module implementation with Context