Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

How to unit test a repository pattern that uses Entity Framework?

Repository Pattern and unit testing from memory

Updating records using a Repository Pattern with Entity Framework 6

Interaction between unit of work and repository patterns

How can I write a clean Repository without exposing IQueryable to the rest of my application?

MVC ViewModels and Entity Framework queries

DDD: Entity identity before being persisted

Is there a reason for using the Repository pattern with Entity Framework if I know I will only ever use EF?

Where does paging, sorting, etc go in repository pattern?

There is no argument given that corresponds to the required formal parameter 'context of GenericRepository<Incident>.GenericRepository(dbContext)

What type is repository pattern in?

Laravel eloquent model how to get data from relationship's table

How do I correctly use Unity to pass a ConnectionString to my repository classes?

Generic Repository for SQLite-Net in Xamarin Project

Services and Repositories in DDD (C#)

DDD - How to implement high-performing repositories for searching

Is Unit Of Work and Repository Patterns very useful for big projects?

How is the Data Mapper pattern different from the Repository Pattern?

Repository Pattern in Entity framework 4 when should we dispose?

Specification Pattern in Domain Driven Design