Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

Using repository pattern to eager load entities using ThenIclude

Generic repository to update an entire aggregate

C# How to convert an Expression<Func<SomeType>> to an Expression<Func<OtherType>>

what is the Alternate for AddorUpdate method in EF Core?

Need a simple example of using nhibernate + unit of work + repository pattern + service layer + ninject

Should Domain Model Classes always depend on primitives?

ASP.NET MVC with service layer and repository layer, where should the interfaces be defined?

Share DbContext across Repositories in MVC Web App

ASP.NET MVC, Ninject, single instance per request for multiple constructors

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