Is there anyone out there having a working Castle 2.5 based stack including NHibernate (2.1.2.x), FluentNHibernate, Magnum, NServiceB开发者_开发问答us, rRhino.Security
I\'m using ASP开发者_StackOverflow社区.NET MVC with NHibernate and Fluent.NHibernate Maps. I would like to know how to map the classes on Fluent and to create the database tables on my MySQL:
I have a problem with nHibernate projections. I don\'t even know if what I\'m attempting can be done but if any nHibernate experts can help me I\'d be grateful.
I have a person class with a photo property and i want to load just that one property in a lazy fashion. i see that regular nhibe开发者_Python百科rnate supports it here. is this possible in fluent nhi
My application has the following database structure: Transactions: - TransactionID (PK, Identity, Int) - TypeID (FK, Int)
I have an application using Fluent NHibernate on the server side to configure the database. Fluent uses Lazyloading as default, but I explicitly disabled this as this gave me problems when sending the
I have a table http://img36.imageshack.us/i/beztytuuszxq.png/ and mapping: public class CategoryMap : ClassMap<Category>
Here we go... I have a table (which unfortunately I can\'t change) with columns like: date startTime endTime
I\'m getting the \"Save unsaved transient entities\" error in NHibernate. I have an aggregate root, neighborhood that contains addresses and person, here\'s some quick pseudo code to explain the relat
I need some tutorials on how to get started with nHibernate and Fluent nHibernate. I\'m coming from an Entity Framework background (which seems easier to use). I\'ve tried sites like http://www.summer