By David on
Thursday, April 26, 2012
It’s pretty obvious in hindsight, but you can reverse an enum requested within a function using...
|
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
Tuesday, November 01, 2011
Sometimes, you need to delete/drop a number of tables and stored procedures in a database. This is mostly...
|
By David on
Saturday, October 08, 2011
I’ve been a long time supporter of the concept of infographics. The concept of being able to craft a...
|
By David on
Wednesday, August 31, 2011
I recently tried to implement a form that dynamically re-loaded data based on a parent item. When I re-queried the collection, I realised that the EntitySpaces collection was accumulating my WHERE statements (ie. Load records where Category=1, Category=2, etc.). There seemed to be no way to clear the WHERE part of the query. Enter the ‘Query’ object! The function now works beautifully. Old Syntax coll.Query.Where(coll.Query.EntityConnectionID.Equal(_entityConnectionID))...
|
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
|