Showing results for September 2004 - .NET Blog

Sep 25, 2004
Post comments count0
Post likes count0

Using GC Efficiently – Part 2

maoni

In this article I’ll talk about different flavors of GC, the design goals behind each of them and how they work differently from each other so you can make a good decision of which flavor of GC you should choose for your applications.   Existing GC flavors in the runtime today   We have the following flavors of GC today:   1) &n...

.NET
Sep 6, 2004
Post comments count0
Post likes count0

WinDev in Boston

maoni

I am going to WinDev this year to give 2 performance talks. Check out: http://butrain.bu.edu/windev/track2.asp (it's from Oct 25 to 29) Below is the description: C5 - CLR PerformanceWrite faster managed code! Learn about performance engineering, tools and issues specific to managed code including: garbage collection (GC), managed code deploym...

.NET