Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

How to use Repository and Unit of Work Patterns with ADO.NET?

How do you mock your repositories?

What are the pros/cons of returning POCO objects from a Repository rathen than EF Entities?

Generic access to DbContext

DataAccess layer to return domain objects in case of Ado.net?

Repository Pattern in C#

c# .net repository-pattern

ASP.NET MVC generic repository

Why should i build a repository pattern with a unit of work on the top of my EF?

Should there be a Service Layer in Asp.net mvc?

Which layer should Repositories go in?

Not finding .Include() method in my EF implementing Generic repository

How to use joins with generic repository pattern - Entity Framework

Implementing Bounded Context to Entity Framework Based Infrastructure

Controller -> Service -> Repository: Does service map Entity to ViewModel?

DDD: Getting aggregate roots for other aggregates

C# Linq-to-SQL Create a Generic Repository

Handling entity updates from a mapped object

How to manage client context object in seperate class library?

Using IEnumerable<T> and IQueryable<T> in a generic repository

How can I query cross tables with Repository Pattern?