7 "Tick-bait" gotchas for Date-Times in .NET (C#)
.NET provides structs to help you manage time and timezones. They represent the bare-basics for what you need to handle time accurately.
A collection of 3 posts
.NET provides structs to help you manage time and timezones. They represent the bare-basics for what you need to handle time accurately.
Kill Tasks and handle Exceptions
In this article, I'm going to help you get more out of Tasks by outlining some simple patterns that are applicable to many situations