Thursday, February 15, 2007
Free helper method to convert a SQL query to CSV format for easy output to a file, the console, or via a HttpResponse (for you ASP.NETers out there looking for an easy way to dynamically output a CSV for real-time data download).
.NET | ASP.NET | MS SQL | NUnit | VB.NET
2/15/2007 6:17:33 PM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [0]  | 
 Wednesday, January 31, 2007
Free .NET code that converts the contents of an ArrayList to a delimited string
.NET | ASP.NET | NUnit | VB.NET
1/31/2007 12:11:02 PM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [0]  | 
 Friday, December 08, 2006
Free code that determines if 2 lists (any objects that implement the IList interface, such as Array, ArrayList, ListBox, etc.) contain the same objects or value types.
.NET | ASP.NET | VB.NET | NUnit
12/8/2006 2:30:14 PM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [0]  | 
 Tuesday, September 26, 2006
Depending on your math background, .NET's rounding functionality may not work the way you expect! Check out the included code to implement an alternative (known as Common Rounding) in addition to .NET's built-in Math.Round() function.
.NET | ASP.NET | C_Sharp | VB.NET
9/26/2006 4:58:34 PM (Central Daylight Time, UTC-05:00)  #    Disclaimer  |  Comments [2]  | 
 Tuesday, January 10, 2006
What do I mean by dynamic text form fields? Let's say I have a table Contacts that stores typical contact information for a Contact Management system...
.NET | ASP.NET | MS SQL | VB.NET
1/10/2006 7:26:37 PM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [0]  | 
 Friday, December 02, 2005
This VB.Net code checks the validity of a credit card number. Pass a credit card number to the function and it returns true or false based upon the CC number's validity.
.NET | ASP.NET | VB.NET
12/2/2005 2:01:40 PM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [0]  |