Click here to Skip to main content
15,896,201 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 33.1K   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.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

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