irepository Questions

2

I have a build configured with CI post which some tests are run. Although the tests run successfully, the build shows warnings: : Cannot generate stub for StructuremapMvc: type is sealed. : Canno...

3

Solved

I'm looking to use the IRepository pattern (backed by NHibernate, if it matters) in a small project. The domain is a simple one, intentionally so to allow me to focus on understanding the IReposito...
Negotiation asked 31/7, 2010 at 19:2

3

I've been trying to come up with a way to write generic repositories that work against various data stores: public interface IRepository { IQueryable<T> GetAll<T>(); void Save<T&g...
Slur asked 7/11, 2008 at 0:2
1

© 2022 - 2024 — McMap. All rights reserved.