I have a one-to-one relationship in my database, and I\'d like to just combine that into one object in Fluent NHibernate.The sp开发者_运维技巧ecific tables I am talking about are the aspnet_Users and
I am trying to set up proper domain architecture using Fluent NHibernate and Linq to NHibernate.I have my controllers calling my Repository classes, which do the NHibernate thang under the hood and pa
Given that I am implementing a read-only UI, how do I create a ClassMap for Shop: public class Shop { public int Id { get; set; }
Ok guys (and gals), this one has been driving me nuts all night and I\'m turning to your collective wisdom for help.
I have the following situation.I have a Movie object which contains a list of characters, and the characters each have an person (actor).Additionally, I want the actor objects to contain a list of cha
Do mapping attributes offer the same versatility as nhib hbm\'s do? Can you use them together with FNH to handle things FNH doesn\'t yet do as well as hbm\'s can?
I want to map the Name column from the Child table into the Parent object. How do 开发者_如何学JAVAyou do this (using Fluent NHibernate)?
I\'m using NHibernate with my ASP.Net MVC 开发者_开发百科application. I\'m writing some extensions (plugins) for my application. And I\'m loading those plugin dynamically (from different assemblies).
My problem is fluent nhibernate mapping a many to many relationship, they end up referencing a non existent Id.
I have a class generated from a WSDL that has a bunch of public properties and a public event. I\'m extending this class with my own and adding some properties to it. All of my own properties are decl