Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Programming » Visual Studio » Debugging » VB » Visual FoxPro   (RSS)

Examine .Net Memory Leaks

Writing programs using .Net is very productive. One reason is because much of memory management is “managed” for you. In C, C++ and other “native” languages, if you allocate memory, you’re responsible for freeing it. There were stopgap measures, like
 
Page view tracker