By David on
Thursday, July 14, 2011
I’ve been a long time supporter of the concept of infographics. The concept of being able to craft a...
|
By David on
Monday, July 04, 2011
SQL Express is a fantastic database server. And cheap! It’s so good, it now makes it’s way into many...
|
By David on
Friday, June 17, 2011
This isn’t so much a post for software development. It’s more a modern day information worker’s essential...
|
By David on
Monday, June 13, 2011
 ...
|
By David on
Monday, June 13, 2011
|
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
It’s not a new idea, but one often overlooked in this day of complex and abstract code generation systems. ...
|
By David on
Monday, June 13, 2011
 To...
|
By David on
Monday, June 13, 2011
I recently had to write some client side code to enable a user to create a dynamic query against the database. In this case, it was handy to be able to interrogate a database to find a list of tables. Below is some sample code I used to list all tables in a database: Public Function ListTables() As List(Of String)...
|