Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

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

TDD demos/guides/videos including fake repositories or domain models [closed]

Implement a generic repository pattern using old ado.net

Best practices of implementing unit of work and repository pattern using ServiceStack.ORMLite

Should I implement DTOs in repository pattern with EF? [closed]

DAO / repository: Good practice return value after insert / update

Repository Pattern with MongoDB: Where to initialize the Database