Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

What exactly is the difference between a data mapper and a repository?

Repository Pattern Standardization of methods

Best way to implement Repository Pattern?

Repository and Unit of Work patterns - How to save changes

Configuring Ninject with Asp.Net MVC & Web Api

Replacing a full ORM (JPA/Hibernate) by a lighter solution : Recommended patterns for load/save?

Having a repository dependent on another repository

Repository Pattern - Caching

Implementing retry logic for deadlock exceptions

It's not possible to lock a mongodb document. What if I need to?

Repository Pattern: how to Lazy Load? or, Should I split this Aggregate?

How to fake DbContext.Entry method in Entity Framework with repository pattern

Generate POCO classes in different project to the project with Entity Framework model

LINQ to SQL and the repository pattern

Multiple Git repositories for each Eclipse project or one Git repository

What specific issue does the repository pattern solve?

Service Layers and Repositories

Repository pattern and mapping between domain models and Entity Framework

Repository pattern - Why exactly do we need Interfaces?

Transactions in the Repository Pattern