Archives
- May 2013
- February 2013
- January 2013
- December 2012
- February 2011
- December 2009
- March 2008
- July 2007
- June 2007
- December 2006
- November 2006
- October 2006
- September 2006
- June 2006
- May 2006
- September 2005
- June 2005
- December 2004
- October 2004
- September 2004
- July 2004
- June 2004
- May 2004
- April 2004
- January 2004
- December 2003
- November 2003
- October 2003
Monthly Archives: April 2004
Getting the most out of System.DateTime
First of all, I have to proclaim my love for the System.DateTime and System.TimeSpan object. I have to say that other than System.Data.DataSet family of objects, they’re my favorite. The thing I like most, is that they give you just … Continue reading
Posted in .NET General
1 Comment
Multi-Table DataSet with DataRelations from a Single-Table DataSet
Recently, I was tasked with creating a reporting application that did the following: Allow the user to choose Columns in one DataTable in a DataSet to group by. Render a grouped report from the flat table data. So, for example, if the … Continue reading
Posted in .NET General
10 Comments
Strongly-Type a DropDownList with Enumerated Types
OBSOLETE CONTENT The author of this post has determined that this content is obsolete. Use at your own risk! Blog posts are a point-in-time snapshot of the blogger’s thinking and should not be assumed to represent this blogger’s current opinions. … Continue reading
Posted in Uncategorized
11 Comments