I keep a GC folder in my Favorites full of links to articles and blog posts about the .NET GC. I thought it would be a good idea to consolidate them all into one blog post, for handy reference. These are the articles I most often post as answers to questions on public newsgroups. If you know of any other good ones, please post them in the comments! If you find some totally erroneous articles, point them out too.
GC Overview and Best Practices: http://msdn.microsoft.com/msdnmag/issues/1100/gci/http://msdn.microsoft.com/msdnmag/issues/1200/GCI2/default.aspxGarbage Collection (parts 1 & 2): Automatic Memory Management in the Microsoft .NET Framework Jeffrey Richter
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/cpconfinalizedispose.aspImplementing Finalize and Dispose to Clean Up Unmanaged Resources.NET Framework General Reference
http://blogs.msdn.com/cbrumme/archive/2004/02/20/77460.aspxFinalizationChris Brumme
http://blogs.msdn.com/cbrumme/archive/2003/04/15/51319.aspxTurning off the garbage collectorChris Brumme
Performance: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/dotnetGCbasics.aspGarbage Collector Basics and Performance HintsRico Mariani
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag/html/scalenetchapt05.aspImproving .NET Application Performance and Scalability: Chapter 5 — Improving Managed Code PerformanceJ.D. Meier, Srinath Vasireddy, Ashish Babbar, Rico Mariani, and Alex Mackman
http://weblogs.asp.net/ricom/archive/2003/12/04/41281.aspxMid-life crisisRico Mariani
http://weblogs.asp.net/ricom/archive/2003/12/02/40780.aspxTwo things to avoid for better memory usageRico Mariani
http://blogs.msdn.com/maoni/archive/2004/06/15/156626.aspxhttp://blogs.msdn.com/maoni/archive/2004/09/25/234273.aspxUsing GC Efficiently - Parts 1 & 2Maoni Stephens
Edit: Added link to Maoni's GC posts.