Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

Repository pattern - how to correctly handle JOINs and complex queries?

How to implement generic GetById() where Id can be of various types

Clean Architecture: Use different model classes for different data sources?

Where to convert business model to view model?

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