Code Problem of the Week - Calculating Average Bed Times

One of the features of the software I work on [http://www.actigraphcorp.com/solutions-and-products/software/actilife/] is it's ability to tell you how well/poor you slept during the night. The software can also automatically calculate when you went to sleep and when you woke up. We&…

Visual Studio Extensions

Here's my list of my top extensions for Visual Studio: 1. NuGet Package Manager [http://nuget.org/]- Easily install and update third-party libraries in Visual Studio. It currently has almost 8,000 packages. These include popular tools like jQuery, Json.NET, and NUnit. 2. .NET Memory Profiler…