50,159 reputation
7101161
bio website 3pi-r2.com
location Indianapolis, IN
age 35
visits member for 4 years, 9 months
seen 4 hours ago
stats profile views 2,196

8h
answered Sorting elements with Array.Sort() not sorting the first element
1d
awarded  Populist
2d
awarded  Informed
2d
awarded  Good Answer
May
20
revised display tables even if one is empty
added 19 characters in body
May
13
awarded  Nice Answer
May
13
awarded  Guru
May
10
awarded  Enlightened
May
10
awarded  Nice Answer
May
8
answered Recursively checking for a duplicate random number in a database
Apr
30
awarded  Nice Answer
Apr
24
comment Optional return in C#.Net
null is essentially the default value, saying "Hey there's nothing here" It tells the programmer "I didn't set this to anything." If it has a default value, then you always have to know what that value is for any variable, property etc. It'll always be a guessing game of, "is this a real value or a default value." Null solves that, because it's always the default.
Apr
24
answered Optional return in C#.Net
Apr
23
revised Passing the result of sql query to variables
added 28 characters in body
Apr
23
comment How to run VBS script from C# code
For kicks, try moving the vbs script to a local drive, and see if that gets rid of it.
Apr
23
answered How to run VBS script from C# code
Apr
19
answered Javascript “break” always hits
Apr
19
comment What is wrong with this custom query syntax used inside C# code?
ok easy way of figuring it out. Print the query variable out and then run it as it is. That will help point out where the error is.
Apr
19
revised What is wrong with this custom query syntax used inside C# code?
added 94 characters in body
Apr
17
awarded  Enlightened