Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

Looking for a Ninject scope that behaves like InRequestScope

Repository pattern and localized lookup tables

Entity framework update no tracking entity

Entity Framework and repository pattern problem

Repository pattern and inheritance in .net

EF4 with MVC3 - Do I need The Repository Pattern?

Unit of Work with Repository Pattern MVC 5 & EF 6 [closed]

C# Pattern for abstract class specific code

What is the best way to build view model?

DDD Auditing? Domain Layer or Repository Layer?

Confusion between DTOs (linq2sql) and Class objects!

Managing Transactions either in service layer or repository layer?

C#/EF and the Repository Pattern: Where to put the ObjectContext in a solution with multiple repositories?

Using Generic Repository with TEntity in Unity

Using The Repository Pattern, Is It Best To Save Parent and Children Objects Together Or Separately?

Unit test EF Repository pattern with Moq

Returning IEnumerable from Repository using ToList() vs using IList

Organizing classes using the repository design pattern

RavenDB session per request with MVC3 and Ninject using repository model

Repository pattern - make it testable, DI and IoC friendly and IDisposable