Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

C# Pattern for abstract class specific code

What is the best way to build view model?

DDD Auditing? Domain Layer or Repository Layer?

Confusion between DTOs (linq2sql) and Class objects!

Managing Transactions either in service layer or repository layer?

C#/EF and the Repository Pattern: Where to put the ObjectContext in a solution with multiple repositories?

Using Generic Repository with TEntity in Unity

Using The Repository Pattern, Is It Best To Save Parent and Children Objects Together Or Separately?

Unit test EF Repository pattern with Moq

Returning IEnumerable from Repository using ToList() vs using IList

Organizing classes using the repository design pattern

RavenDB session per request with MVC3 and Ninject using repository model

Repository pattern - make it testable, DI and IoC friendly and IDisposable

Should we save/update models in repository pattern?

"ConnectionString has not been initialized" error when calling two different repositories

Select specific columns in a generic repository function

c# linq repository-pattern

How to Split ConfigureServices method (of Startup) into multiple files

ASP.NET MVC: Where do you assemble the view model for a view?

DDD and configuration

Repository pattern implementation with Laravel