How to avoid memory leak in .net?

Asked by Doug

Report
in progress 52
16 Answers 166 views

Leave a reply to Doug : avoid memory leak in .net


Answers ( 16 )

  1. Published at DZone with permission of its author, Veljko Krunic. (Note: Opinions expressed in this article and its replies are the opinions of their
    Read More

    Ratings : 21 %   

      
  2. A hotfix is available that resolves the following memory leak issues for Windows Presentation Foundation (WPF) in the Microsoft.NET Framework 4.
    Read More

    Ratings : 32 %   

      
  3. Explore these great resources across Microsoft. Windows. All Windows downloads; Download Windows 8.1 (...) Office. All Office downloads; …
    Read More

    Ratings : 43 %   

      
  4. This leak appears to be a leak in unmanaged memory, so nothing you do in your process is going to reclaim that memory. From your post I can see that you've tried
    Read More

    Ratings : 20 %   

      
  5. Memory Leaks Explained :

    how to avoid memory leak in .net

    Ratings : 29 %   

      
  6. I was looking at a memory dump recently for an issue where the process would grow to over 1 GB and return OutOfMemory Exceptions. Debugging the issue:
    Read More

    Ratings : 68 %   

      
  7. WPF Memory Leak when using x:Name / Debugging using JetBrains dotMemory :

    how to avoid memory leak in .net

    Ratings : 49 %   

      
  8. Identify And Prevent Stack Memory Leaks In C# Managed Code Using Static Code Analysis :

    how to avoid memory leak in .net

    Ratings : 31 %   

      
  9. Informative Session - Memory Leaks :

    how to avoid memory leak in .net

    Ratings : 36 %   

      
  10. C Programming Tutorial 2 : Memory Leak in a C / C++ Program : Think Aloud Academy :

    how to avoid memory leak in .net

    Ratings : 13 %   

      
  11. How to Use Debug Diagnostic Tool to track Memory leaks :

    how to avoid memory leak in .net

    Ratings : 42 %   

      
  12. Debugging Memory Leaks Using New NET Memory Diagnostic Tools :

    how to avoid memory leak in .net

    Ratings : 54 %   

      
  13. Stop Memory Leaks Cold with JustTrace :

    how to avoid memory leak in .net

    Ratings : 72 %   

      
  14. Memory Management: Heap size for a class and memory leak detection :

    how to avoid memory leak in .net

    Ratings : 60 %   

      
  15. ANTS Memory Profiler 5: How to find a memory leak (1 of 2) :

    how to avoid memory leak in .net

    Ratings : 44 %