Click here to Skip to main content
15,887,596 members
Articles / General Programming / Debugging

Debugging NHibernate: Session Management

Rate me:
Please Sign up or sign in to vote.
4.33/5 (4 votes)
13 Oct 2011MIT9 min read 33K   321   22  
This article explains the details of the session management in NHibernate. It shows you how, using the debugger, you may examine session properties and check if it's opened and closed in a desired way.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Software Developer (Senior)
Poland Poland
Interested in tracing, debugging and performance tuning of the .NET applications.

My twitter: @lowleveldesign
My website: http://www.lowleveldesign.org

Comments and Discussions