Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

Dependency Injection

MVC Repository - Domain Model vs Entity Model

Generic Repository Pattern with UnitOfWork Pattern

Generic Repository Pattern Soft Delete

Repository Pattern - Validating Object and Return Message

Repository in Controller or Model?

Repository Pattern with multiple tables

Repository, Deleting Object, Model vs ID [closed]

Architectural problems in repository pattern and unit of work

ASP.NET MVC service layer input output data

Repository Add and Create methods

Repository Pattern - MVC storefront

ASP.NET MVC - How to Unit Test boundaries in the Repository pattern?

Design question POCO objects / DAL access

Repository pattern to execute a stored procedure using Entity Framework

Laravel ioc automatic resolution - works from controller but not from custom class

The repository pattern is procedural, not OOP? [closed]

Am I using DataContext.Dispose() properly?

ASP.NET MVC, Nhibernate and repositories for small/medium projects

Recommended IRepository and IRepository<T> interface in C#