Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

Pros and cons of having static repositories in ASP.NET MVC application

Bounded context implementation and design

Android - MVVM with LiveData component and a Retrofit call in Repository

Repository Pattern - POCOs or IQueryable?

repository-pattern

Should repositories expose IQueryable to service layer or perform filtering in the implementation?

MVC repository pattern design decision

Is caching a repository, domain or application concern?

Using Simple Injector with Unit Of Work & Repository Pattern in Windows Form

When to use PerThreadLifetimeManager?

How can I use a stored procedure + repository + unit of work patterns in Entity Framework?

Repository pattern and Business logic

Is a static repository a right way to use NHibernate?

Ruby on Rails with Repository Pattern?

Where should I create the Unit of Work instance in an ASP.Net MVC 3 application?

Where does validation check go in repository pattern?

Error while validating the service descriptor 'ServiceType: INewsRepository Lifetime: Singleton ImplementationType: NewsRepository':

Using a Generic Repository pattern with fluent nHibernate

Generating identities for entities in DDD

TDD - Want to test my Service Layer with a fake Repository, but how?

Why aren't data repositories static?