Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

C# Domain Model + repository: Where to put code that loads an entity

Few things about Repository Pattern that I simply don't understand

what should CRUD (Insert and Update) functions return ?

Foreign key properties in domain entities

Casting Dynamic Object and Passing Into UnitOfWork and Repository Pattern. Throws Exception

How to do Generic Repository with Dependency Injection [closed]

How to decouple eloquent from the service layer?

Symfony Doctrine entity manager and repository

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?