This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Is it necessary to explicitly call the dispose method or does it happen automatically at the end of a page life cycle? |
|
|
Yes, you should definitely be explicitly calling Dispose to release the database connection which will be open if you have used the UnitOfWork during a web page request. It does not get automatically called.
Jeremy |
|