Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

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

I need some clarification on the MVC architecture and the three-tier architecture

ASP.NET MVC using the Repository Pattern

Should entity objects be exposed by the repository?

Pattern for retrieving complex object graphs with Repository Pattern with Entity Framework

Is the Repository Pattern the same as the Asp.net Provider Model?

Laravel - Using the Repository Pattern

repository pattern vs ORM

php orm repository-pattern

How can I implement a transaction for my repositories with Entity Framework?