What is NHibernate session exactly?
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.
精彩评论