I was going through nHibernate Helper Class question on SO... I would like to get a helper class 开发者_StackOverflowfor fluent nHibernate...can anyone provide/refer a proper OO type helper class for
In one of my main data integration test harnesses I create and use Fluent NHibernate\'s SingleConnectionSessionSourceForSQLiteInMemoryTesting, to get a fresh session for each test.After each test, I c
Where can i find a good/simple asp.n开发者_如何学Goet mvc application with fluent nhibernate? Any suggestion..I wrote a sample ASP.NET MVC application which uses FluentNHibernate among other open sour
I have an abstract class and subclasses of this, and I want to map this to my database using NHibernate. I\'m using Fluent and how to do the mapping. But when I add the mapping of the subclass an NHib
I\'ve been trying for ages to find an example (because I can\'t get it to work myself) of the correct mapping for a one-to-many relationship on an abstract class of a table-per-subclass implementation
Hey guys, I am having some real issues with mapping using fluent nhibernate.I realise there are MANY posts both on this site and many others foc开发者_运维知识库using on specific types of mapping but
I have the following database structure: Event table Id - Guid (PK) Name - NVarChar Description - NVarChar
I\'m hoping somebody can help me with this, I\'m trying to write the mapping classes for a class that is subclassed into a generic class. Its easier to descibe with code, so here is my model...
I\'m a fluent nhibernate newbie and I\'m struggling mapping a hierarchy of polymorhophic objects. I\'ve produced the following Model that recreates the essence of what I\'m doing in my real applicatio
i\'m newbie developer.... i really need help at now... i just get started with Nhibernate thing at .Net...