Eron Wright
3 posts.
- UTC datetime values in SQL Server 2000You can convert local datetime values to UTC datetime values, and vice-versa, using the built-in GETUTCDATE() function:
- HTTP GET Idempotence and ASP.NETI am struck by the consequences of the experience Craig relates in this post: http://staff.develop.com/candera/weblog2/CommentView.aspx?guid=54fd1ed8-ea12-…
- C#: Properties versus getter methodsYou might be wondering why some classes in the .NET Framework have properties, other classes have GetXXX methods, and some have a combination of the two.…
