By tag: IRepository
0
kicks
Getting started with the IRepository pattern - Part 2
This article, shows how to extend the IRepository pattern, by creating object-specific repositories, that still inherits from the IRepository.
0
kicks
Getting started with the IRepository pattern
Shows in short how you can use the IRepository pattern combined with StructureMap and NHibernate.
0
kicks
Linq queries with parameters for your ORM IRepository
Code snippets and architectural concepts for abstracting away Linq queries from ORM IRepository interface