You are here
A few C# articles for self-learning: memory leaks and anonymous methods
If you rely on garbage collector, sooner or later you will be hit by the out of memory exception:-)
About memory leaks:
- Large Object Heap Uncovered
- How To: Use CLR Profiler (MSDN)
- How to detect and avoid memory and resources leaks in .NET applications
- .NET Memory Leak Case Study: The Event Handlers That Made The Memory Baloon
- Tracking down managed memory leaks (how to find a GC leak)
- Investigating Memory Issues
- Using GC Efficiently – Part 1
- Using GC Efficiently – Part 2
- Understanding Garbage Collection in .NET
- Debugging tools: Check out CLR Profiler 2.0, Debugging tools for Windows
About C# anonymous methods:
Please note that all comments that look like "Thank you! This is exactly what I've looked for! You are THE GREAT! My site with flash games" will be immediately deleted without any compunction and your IP will be reported to mollom and added to the spamlists. Thank you for understanding.



Add new comment