Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

Repository Pattern in Entity framework 4 when should we dispose?

Specification Pattern in Domain Driven Design

Is it ok for entities to access repositories?

Repository Methods vs. Extending IQueryable

ASP.NET Identity with Repository and Unit of Work

Implementation of Repository Pattern in Python?

python repository-pattern

Repository Pattern with Entity Framework 4.1 and Parent/Child Relationships

How to get primary key value with Entity Framework Core

using stored procedure in entity framework

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?