Are there any good alternative to NHibernate\'s xml mappings? I have seen Fluent. All I look for is high maintainability.
I\'m quite new to the whole concept of ORM, NHibernate and FluentNH, and i\'m trying to accomplish something that seems so simple...
I\'m trying to get Fluent NHibernate 1.0 RTM to map a User entity for me so that I have access to UserId and UserName inside my ASP.NET MVC application via NHibernate.
I have no control over the db schema and need to map two database columns to a single property in my .Net class. The db engine is DB2
I\'ve been using WinForms databinding to display data from a database mapped with Fluent NHibernate, and that\'s been working great.
this class is from http://wiki.fluentnhibernate.org/Getting_started it has some logic in it and I think this violates the Single Responsibility Principle, how do you think, how would you resolve this
I\'m using NHibernate Profiler to see if batching really occurs. Code looks like this Session.NHibernateSession.SetBatchSize(data.Items.Count);
I\'m in the process of adapting Fluent NHibernate to our existing legacy app and am trying to determine how to use ClassMap and SubclassMap for the entity hierarchy shown.
I am pretty new to S#harp architecture and fluent nhibernate. I was trying to build a sample solution using the template.
I´m not looking for code directly, but for some ideas how to solve my problem the best. There is this asp.net mvc application I´m working on. It should be \"highly modular\" and many parts have to