Subscribe

RSS Feed (xml)

Powered By

Skin Design:
Free Blogger Skins

Powered by Blogger

Search Your Question

Tuesday, April 22, 2008

Does Dispose method deletes the connection object from the memory?

No, it doesn’t delete it from memory, it closes any resources (e.g. returns the underlying database connection to the connection pool).
The garbage collector actually will delete the object from memory at some undefined point in the future.

No comments:

Archives