Troy DeMonbreun
Thursday, February 15, 2007
.NET helper method to convert a SQL Query to CSV (comma separated value) format for output to file, HttpResponse, console, etc.
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).
Read more ...
.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
.NET code to convert an ArrayList to a comma delimited string (CSV) or other character delimited string
Free .NET code that converts the contents of an ArrayList to a delimited string
Read more ...
.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
.NET code for determining if 2 lists (Array, ArrayList, ListBox) contain equivalent objects or value types
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.
Read more ...
.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
Banker's Rounding vs. Common Rounding in .NET
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.
Read more ...
.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
Making dynamic text form fields storage easier using .Net
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...
Read more ...
.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
Credit Card Number Validation VB.Net Function
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.
Read more ...
.NET
|
ASP.NET
|
VB.NET
12/2/2005 2:01:40 PM (Central Standard Time, UTC-06:00)
Disclaimer
|
Comments [0]
|
Me
Troy DeMonbreun
(dee-mahn-bree-uhn)
Developer since '94.
Happily Married
Nashville
,
TN
View Resume
Recommended Books
On this page....
.NET helper method to convert a SQL Query to CSV (comma separated value) format for output to file, HttpResponse, console, etc.
.NET code to convert an ArrayList to a comma delimited string (CSV) or other character delimited string
.NET code for determining if 2 lists (Array, ArrayList, ListBox) contain equivalent objects or value types
Banker's Rounding vs. Common Rounding in .NET
Making dynamic text form fields storage easier using .Net
Credit Card Number Validation VB.Net Function
Categories
.NET
Architecture
ASP.NET
C_Sharp
Firefox
JavaScript
MS SQL
MVC
NUnit
Opinion
TDD
Tip
Transact-SQL
Unit Testing
VB.NET
web 2.0
June, 2008 (1)
May, 2008 (2)
February, 2008 (2)
November, 2007 (2)
October, 2007 (2)
September, 2007 (1)
August, 2007 (3)
May, 2007 (1)
February, 2007 (2)
January, 2007 (1)
December, 2006 (1)
September, 2006 (1)
January, 2006 (4)
December, 2005 (1)
November, 2005 (2)
October, 2005 (2)
Search
Navigation
Home
Blogroll
Evan Hoff
Jacob Proffitt
Karl Seguin
About
Powered by: newtelligence dasBlog 1.8.5223.2
© Copyright 2008, Troy DeMonbreun
E-mail