I\'m trying to convert my data layer from Linq2Sql to nHibernate. I think Xml the configuration in nHibernate is pretty backwards so I\'m using Fluent.
I just started looking at NHibernate this week, and would love to use the Automapping approach on my current project.
NOTE: I\'m not looking for the answer from MSDN. How have you gone about determining the proper ADO.NET batch size value for your given database / application?What factors led to your decision and wh
We have a fairly robust system using NHibernate, we\'re in the middle of migrating from a single databas开发者_JAVA技巧e server to having two servers, one for administration and one for our public fac
I have two tables in my database \"Styles\" and \"BannedStyles\". They have a reference via the ItemNo. Now styles can be banned per store. So if style x is banned at store Y then its very possible th
I\'m currently building a new app and am stuck on the following 2 issues: I wanted to check-out the tag/revision from the repo of fluent nhibernate from which 1.0RTM was created.But even after looki
How can i configure SysCache2 2nd-Level Cache wit开发者_StackOverflowh Fluent NHibernate configuration ?
I have a 3 tiered app: 1st layer: SQL DB. 2nd layer: App Sever (dotnet) 3rd layer: smart wpf client. I\'m using NHibarnate (fluent) as the data source for the application server layer
We\'ve got a large system that\'s loosely bound to its data source (Navision) via Unity - we\'re getting the opportunity to swap it out and have our own database.
I have a legacy database with a pretty evil design that I need to write some applications for. I am not allowed to touch the database design at all, seeing how this is a fragile old system held togeth