My question is what can I do to determine the cause of the slowness, or what can I do to speed it up without knowing the exact cause.
I have the following db tables which I have simplified for this example: Webpage Id, URLIdentifier WebpageMetaData Webpage_id Keywords
I have a Class A: public class ClassA { public int ID {get; private set;} public string Code {get; private set;}
I\'m new to NHibernate and Fluent NHibernate. I\'m wondering how to properly use Fluent NHibernate with the \"table per subclass\" mapping strategy.
I\'ve got two entities, one called Site and the other called Assignment. A Site may or may not have an associated Assignment. An Assignment is only ever associated with one Site. In terms of C#, Site
I\'m thinking of building a ecommerce application with an extensible data model using NHibernate and Fluent NHibernate. By having an extensible data model, I have the ability to define a Product entit
I want to learn to use Fluent NHibernate, and I\'m working in VS2010 Beta2, compiling against .NET 4, but I\'m experiencing some problems.
I\'m trying to setup a sample project using NHibernate and Fluent NHibernate. I am using the example mappings from the Fluent NHibernate web-site.
I have a database that accepts no null values and has a default for every field.Using fluent nHibernate, I am getting an error on an Insert if I have a component that has some, but not all properties
Is there a way that I filter out rows in a HasManyToMany mapping? I have three tables (legacy, not able to change them) Service, Resource and ResourceService. The ResourceService allows multiple reso