DateTime.UtcNow
There are 1 entries for the tag
DateTime.UtcNow
So I went ahead and created a code project article based on my last two blog posts and have been fairly please with the response and feed back. One of the feedback posts was from a guy named Bernhard Hofmann about my use of DateTime.Now to get the tick's for part of the unique viewstate key. To quote his message here: I noticed your use of DateTime.Now in a few places and wanted to suggest (this is such a little point) the use of DateTime.UtcNow for a few reasons: ...