IM using NCommon with NHibernate and would like to use StruceMap as my IOC. Doesnt anyone know how to register NCommon with StructureMap?
I\'m trying to get EF4 working with ncommon 1.1 which provides DDD patterns such as UnitOfWork, Specification, Repository.
I like the way NCommon saves me from dealing with all the plumbing required to do DDD with NHibernate.
I like NCommon project, but the lack of resources and documentation makes it very hard to use. Does anyone of you know some good resources, examples...?
I need to create a custom type for NHibernate by writing a new mapper class that implements IUserTyp开发者_JS百科e. While it is relatively straightforward to override most of the methods and propertie