Has anyone any guideline, book, or article for memory management in c#? I want to improve my memory management information?
|
|
Applied Microsoft .NET Framework Programming Garbage Collection: Automatic Memory Management in the Microsoft .NET Framework |
|||||||
|
|
Here are links for twp part series by Jeffry Ritcher about Grabage Collection - part1 & part2. Al though dated back to .NET 1 times, it covers almost everything. |
|||
|
|
|
If you're tuning memory usage the Memory Performance Counters are important. |
|||
|
|
|
You can find useful articles from msdn. This video might be helpful, even though it is for promotional purpose of redgates - ants memory profiler what about some googling? |
|||
|
|
|
Everyone looking to know more about .NET memory management should read about the Large Object Heap: http://msdn.microsoft.com/en-us/magazine/cc534993.aspx |
|||
|
|
|
Raymond Chen recently did a series of CLR and GC related articles on his blog. They were excellent. |
|||
|
|
|
Here is a great free, new book covering .NET memory management. It goes from the ground up explaining basic stuff then getting deeper. Also covers profiling with ANTS memory profiler |
|||
|
|