Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

Still lost on Repositories and Decoupling, ASP.NET MVC

Unity can't resolve Generic repository

Use Laravel repositories with Datatables

Should repositories have update/save/delete methods?

How to implement a generic GetById method using Entity Framework 4 and the Repository Pattern?

IUnitOfWork how to use - best practice

Why the database data is not being updated but object did and without error?

What Belongs in a Repository and What Doesn't?

How to create rich domain objects while maintaing persistence ignorance?

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!