Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

How do i make .Include to work on an IEnumerable

Streamlining the implementation of a Repository Pattern and SOA

ASP.NET MVC - I think I am going about this wrong

How to inject dependencies using Ninject In ASP.NET WebForm?

Dependency Injection

Entity Framework 4.3 one to one foreign key relationship

unit testing with moq generic repository and UnitOfWork

Knockout.js : Binding to a function on the click-event using the Repository-Pattern

Repository pattern practical use cases and implementation in node.js

Construct dependency chain with arguments at the root

Service Layer/Repository Pattern

repository pattern and overhead..?

Can POCO / Domain objects have dependencies injected to it

Repository pattern's answer to complex / non-model specific queries (i.e. reporting / aggregate data)

service operation is called with a not found entity

Generics and Entity Framework: How do I return a different type depending on a column value

Data Mapper, Repository and Unit of Work patterns

How to convert DTO to View Model and then back again? [duplicate]