.Net

Whither BizSpark?

As Mini reported, Microsoft has finished shipping Microsoft Layoff 2009, to middling response. Microsoft laid off roughly 5% of their workforce in an effort to appease Wall Street and improve their stock price.

Segue

Code Execution Timing in .Net

The Stopwatch class  is a quick and easy way to get executing timings from your code.

The example code below shows how to get the execution time from a section of code:

Segue