New posts in nhibernate

JSON.NET and nHibernate Lazy Loading of Collections

How can I have NHibernate only generate the SQL without executing it?

Persist Data by Programming Against Interface

Minimal and correct way to map one-to-many with NHibernate

Unable to cast object of type NHibernate.Collection.Generic.PersistentGenericBag to List

How do you map an enum as an int value with fluent NHibernate?

What is the difference between JoinQueryOver and JoinAlias?

Criteria SpatialRestrictions.IsWithinDistance NHibernate.Spatial

Best way to convert IList or IEnumerable to Array

How does TransactionScope roll back transactions?

How can you do paging with NHibernate?

List vs Set vs Bag in NHibernate

Moq: Invalid setup on a non-overridable member: x => x.GetByTitle("asdf")

What's the difference between session.Merge and session.SaveOrUpdate?

NHibernate vs LINQ to SQL

many-to-many with extra columns nhibernate

Fighting cartesian product (x-join) when using NHibernate 3.0.0

NHibernate QueryOver with Fetch resulting multiple sql queries and db hits

NHibernate.MappingException: No persister for: XYZ

Inverse Attribute in NHibernate