The case against DateTime.Now
One of the first things most .NET developers learn to do with DateTime is to get the current value from the system clock. DateTime now = DateTime.Now; This is probably the most horrible introduction to date and time that you could have. In my less-than-humble opinion, this is one method
Code of Matt