Top 5 Memory Management Misconceptions

added by dpeterson
7/29/2011 12:42:27 AM

130 Views

Fantastic article on memory management in .NET. This is a must read. Also includes a webinar and pdf on the subject, do yourself a favor and save a copy of this somewhere safe.


1 comments

timbolt8
7/29/2011 11:46:02 AM
I agree with this article to a extent. I have personally found the memory management of .NET to be STILL fairly sub par even after so many iterations of the .NET framework. I like to have control of when y objects utilize system resources and I find when I perform garbage collection at a higher level, it still manages to stick around and slow up my application performance. However I do agree that progress has been made since version 1.1.