Monday, December 17, 2007

Tip of the Week - Multicoring

Never has programming for multiple cores been easier as with the Task Parallel Library (TPL) for .NET. Make sure to check out this simple introduction to see the power and ease of use the TPL brings to make your code ready for multi core support.

Submit this story to DotNetKicks

Monday, December 10, 2007

Tip of the Week - Visual WPF Debugging

This weeks tip goes out to all the WPF developers out there:
Mole II is a graphical debugger for WPF and once used you won't know how you could ever live without it. A must have tool for the tool belt of every serious WPFer.

Submit this story to DotNetKicks

Sunday, December 2, 2007

Tip of the Week - Throwing up

Came from the java world and never kicked that throwing habit? Do you catch with "catch (Exception up)" and don't know an alternative to "throw up"? Read this little post on re-throwing an exception in different ways and how it affects your stracktrace.

Submit this story to DotNetKicks