2008 Spring Code Camp

Published 28 April 08 01:21 PM | jons 

Here is the code from the Spring, 2008 Code Camp.  I am a little late on this.  I fell into a "rabbit hole" while cleaning up the code to be posted here.  At my age, I should know better: just ship it, you can "improve" it later.

You can find the zip file containing the VS2008 solution as an attachment to this post.

There are a couple of items of note:

  • There is ORMDataBase project in the solution.  This contains two scripts that are needed to build and populate the sample database for the enclosed application.
  • The BuildOrmDataSchema.sql script creates the database and the tables and triggers in that database.  Run this one time.
  • The PopulateORMData.sql script populates the database.  This script can be run many times.  It will clean out the existing data and re-populate.  This is useful for testing.

I am working on a blog post that provides some more detailed notes.  I need to clean up the "rabbit droppings" before I do that.  Apparently, I am limited to one file per post.  The zipped PowerPoint 2003 deck will be attached to the next post.

Filed under: , ,
New Comments to this post are disabled

About jons

Jon Stonecash is a technology consultant and has been designing, developing, and testing various kinds of software for such a long time that he has had the opportunity to make most of the serious software development mistakes at least once. His long term interests center about databases and the aspects of the application that handle data access and business logic. He is also interested in the tools that assist the development process, particularly code generation.