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:…
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…