Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

Call methods between repositories - Repository Pattern

Domain driven design child entities change tracking

Repository with Multiple Entities Creating a DTO

Event sourcing pattern: why mustn't I store current state?

Implementing the Repository Pattern in ASP.NET MVC

Strategies for replacing legacy data layer with Entity framework and POCO classes

Naming conventions for methods in Repository pattern?

scaffolding template for creating repositories

Access viewModel inside a service in android

Why should I use IQueryable<T> over List<T> in LINQ to SQL [duplicate]

full entity framework repository interface

How to architect MVC 3, EF, ViewModels, AutoMapper, POCO, Repository and Unit of Work in n-tiered project?

Eager load ALL by default with Entity Framework within a Generic Repository

Should I write unit test for controller or service layer or both of them?

ServiceStack + ORMLite + Repository Pattern

Unit of Work, Repositories and IDisposable

Repository Pattern and Unit Testing ASP.NET Web API

advantage of repository pattern in laravel against instantiating a model in a controller constructor

Repository design pattern

Using multiple DbContexts with a generic repository and unit of work