Tuesday, February 1, 2011

NHibernate links

A collection of NHibernate links I found useful.

-- General Introduction and reference --
NHibernate homepage

Getting started guide

Learning with code samples

NHibernate FAQ

NHibernate reference documentation

NHibernate explained by examples



-- Specific topic --
Create and update database schema
  By design SchemaUpdate does not drop table or remove columns, see here and here.

Configure log4net with NHibernate

Using object constructors in HQL with NHibernate

No comments: