Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

How to use two data stores for same interface in repository pattern?

What particular use is the interface for repository pattern?

How to de-attach an entity from a Context in Entity Framework?

Android: Repository pattern in MVP and SharedPreferences

Best approach to designing DAL with ADO.NET for MVC 3 application?

Should we use Data Repository pattern in MVC application using Entity Framework Code First approach?

Return DTO object that contains more than one entity from the service layer

Service layer and repositories relationship

Using DbContext and DbSet instead of implementing repositories and unit of work

One DbContext Instance spans multiple Repositories

Register a container (IoC) in a class library?

Disposal of dependencies when using DI/abstract factory pattern

Repository and ViewModel in asp.net mvc 3

MultiRepositoryProvider doesn't instantiate Bloc

Should we use only narrative methods in controllers when using Repository Pattern in Laravel 5.x?

Is IMongoCollection.AsQueryable() Deferred?

MVC Search functionality using repository pattern

Resolving a dependency in my Service layer