关于[8 Techniques to Avoid GC Pressure and Improve Performance in C# .NET]的摘要:
In a .NET application, memory and performance are very much linked. Poor memory management can hurt performance in many ways. One such effect is called GC Pressure or Memory Pressure. This article will show 8 techniques to minimize GC pressure, and by doing so, improve performance.