Just pushed a new public repository to Github with a simple sandbox environment for testing things out with NHibernate.
It makes use of an IoC-container to manage the lifecycle of SessionFactory, Sessions and has a simple UnitOfWork implementation.
No GUI, just integrationtests so it’s really simple for you to test things out.
https://github.com/danielwertheim/NHibernate-Adventures
//Daniel