By David on
Tuesday, November 22, 2011
I often have requirements where NULL values need to be saved to the database if the data legitimately...
|
By David on
Monday, June 13, 2011
EntitySpaces generates a number of .NET classes that are used to interact with your database. ...
|
By David on
Monday, June 13, 2011
A handy value I like to calculate within potentially long running functions or methods, is the time taken. ...
|
By David on
Monday, June 13, 2011
I was looking for some different XML read/write methods today and came across this nice little post from...
|
By David on
Monday, June 13, 2011
Another boon for scripted programming in managed code is the little used (well, by me anyway)...
|