New Garbage Collector enchancements in .NET 4.5 increase the performance of your application

.NET Framework engineering team has published a great article about the new features of Garbage Collector in .NET 4.5. It is great to hear that we have Server Background GC mode finally, which increases the performance and throughput of the application. Sounds very promising. Please read the article in the team blog:

The .NET Framework 4.5 includes new garbage collector enhancements for client and server apps
https://blogs.msdn.com/b/dotnet/archive/2012/07/20/the-net-framework-4-5-includes-new-garbage-collector-enhancements-for-client-and-server-apps.aspx

--
AMB