It's a long time I'm working with NHibernate session through frameworks like Castle ActiveRecord but never understood what is a session exactly and how should manipulate. Can anybody help? Is there any concise resource?
Thanks in Advance
The NHibernate session encapsulates a unit of work as specified by the unit of work pattern.