Mar 27, 2008

Add Windows Explorer to your Visual Studio tools menu

.NET Tip of The Day: Add Windows Explorer to your Visual Studio tools menu

kick it on DotNetKicks.com

Mar 3, 2008

Concurrency and Co-ordination Runtime - CCR

Pretty cool Library from Microsoft for performing concurrent operations like multithreading operations and async tasks. Essenitally you get a guide to migrate all your APM ( Asynchronous Programming Model) tasks to the CCR tasks so that synchronization and co-ordination issues are automatically handled for you behind the scenes.

Some of the good links on CCR are:

kick it on DotNetKicks.com