Hi friends,
Please explain the concept of Automatic memory management in ASP.NET?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Nov 2, 2011, 6:40 PM
Namely, when there are no longer any references to an object, a garbage collector reclaims the memory the object was occupying on the heap.
Check out this article for more details:
http://www.c-sharpcorner.com/UploadFile/tkagarwal/MemoryManagementInNet11232005064832AM/MemoryManagementInNet.aspx