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)...
|
By David on
Monday, June 13, 2011
EntitySpaces is a popular ORM tool used to generate ‘plumbing’ classes against a number of database servers. ...
|
By David on
Monday, June 13, 2011
|