Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

breezejs with a repository

"Session is Closed!" - NHibernate

Difference between a Repository Implementation using ObjectContext vs DbContext on EF 4.1

Is it a good idea to wrap my DbContext in a Unit of Work class?

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]