Monday, April 27, 2009

Status Update

Well it's been a while since I have posted so I thought I would provide an update. I finished the Database Creation Tool with WPF and it turned out great. For my data binding issues I was able to work around that. I had my UI in WPF which was bound to an object with a help class that managed the data flow between the object and the database. I also incorporated some stored procedures to handle all of the settings being inserted.

I was recently working on a feature for our production application which is now finished. It turned out well and was a good learning experience.

Currently I am tidying up some development utilities and creating a c# console application to assist me in generating large data sets for performance testing. To simulate relevant data I found that using a custom app along with our existing DAL was the easiest and quickest way to create "real" and useful data.

We are coming up on a release now so the coding will be scaled back for a couple of months until that is out the door.

TS