Oct 5, 2009
Post comments count0
Post likes count0

Choosing Between the Task Parallel Library and the ThreadPool

Danny Shih
Danny Shih

If you’ve been following the development of the Task Parallel Library (TPL), or if you’re an avid reader of this blog, you’re likely aware that the default scheduler in TPL is based on the new and improved ThreadPool in .NET 4.  In light of this, though, quite a few folks have asked whether there are any advantages (particula...

.NET Parallel Programming
Oct 2, 2009
Post comments count0
Post likes count0

Five Myths about Managed Code

CLR Team
CLR Team

My name is Immo Landwerth and I was a Program Manager intern this year in the CLR team. In this blog post I am not going to showcase any of the fantastic features that will ship with .NET 4.0 – my colleagues in the CLR team know them much better and already did a fabulous job discussing them here, over there and on Channel 9. Instead I want ...

.NET
Oct 2, 2009
Post comments count0
Post likes count0

Five Myths about Managed Code

CLR Team
CLR Team

My name is Immo Landwerth and I was a Program Manager intern this year in the CLR team. In this blog post I am not going to showcase any of the fantastic features that will ship with .NET 4.0 – my colleagues in the CLR team know them much better and already did a fabulous job discussing them here, over there and on Channel 9. Instead I want ...

.NET
Oct 2, 2009
Post comments count0
Post likes count0

Five Myths about Managed Code

CLR Team
CLR Team

My name is Immo Landwerth and I was a Program Manager intern this year in the CLR team. In this blog post I am not going to showcase any of the fantastic features that will ship with .NET 4.0 – my colleagues in the CLR team know them much better and already did a fabulous job discussing them here, over there and on Channel 9. Instead I want ...

.NET
Oct 1, 2009
Post comments count0
Post likes count0

CLR Inside Out – Profiling the .NET Garbage-Collected Heap

CLR Team
CLR Team

  The new installment of the “CLR Inside Out” column in MSDN Magazine is now available on line.  This month we have an article from Subramanian Ramaswamy and Vance Morrison on Profiling the .NET Garbage-Collected Heap.  This article provides instructions on using the CLR Profiler for memory investigations of the .NET G...

.NET