Time Periods in .NET
I was working on a difficult problem last week at work. I had a list of times and I needed to find the overlapping periods (if any). Here's a simple example, if we have 3 periods of time: * 3/24/2013 5:00am - 3/24/2013 7:…
I was working on a difficult problem last week at work. I had a list of times and I needed to find the overlapping periods (if any). Here's a simple example, if we have 3 periods of time: * 3/24/2013 5:00am - 3/24/2013 7:…
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…
Each developer has their favorite tools that they use when programming. Here's a list of some of my favorites: * ReSharper [http://www.jetbrains.com/resharper/] - Developer Productivity Tool for MS Visual Studio. This is one of the few items on my list that costs to use. It…