Has anyone any guideline, book, or article for memory management in c#? I want to improve my memory management information?
                +1 
                A: 
                
                
              Applied Microsoft .NET Framework Programming
Garbage Collection: Automatic Memory Management in the Microsoft .NET Framework
                  Arseny
                   2010-08-26 08:10:21
                
              There's a 3rd edition of CLR via C#.
                  Brian Rasmussen
                   2010-08-26 08:11:37
                @Brian Rasmusse that's fine but I would recommend books I've read
                  Arseny
                   2010-08-26 08:13:08
                
                
                A: 
                
                
              
            If you're tuning memory usage the Memory Performance Counters are important.
                  Jerome
                   2010-08-26 08:11:18
                
              
                
                A: 
                
                
              
            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
                  Hightechrider
                   2010-08-26 08:12:16
                
              
                +1 
                A: 
                
                
              
            Raymond Chen recently did a series of CLR and GC related articles on his blog. They were excellent.
                  Nate
                   2010-08-26 08:31:29