Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

Books that will cover TDD, DDD and Design Patterns in .NET

Using the repository pattern to support multiple providers

Single or multiple repository classes?

Async/Await in multi-layer C# applications

Repository Pattern: What is the 'right size'?

Unit of work + repository + service layer with dependency injection

DDD repository and factory

How do I handle table relationships with the repository pattern?

Not sure how to use Dependency Injection + Repository Pattern + Unit Of Work Pattern with a WinForm application

How to implement the repository pattern the right way?

Entity Framework using Repository Pattern, Unit of Work and Unity

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