Clicky

Showing posts with label VBlogs (discontinued). Show all posts
Showing posts with label VBlogs (discontinued). Show all posts

Sunday, 30 June 2013

BranchedMigrator : A Database Schema Management Tool

NB: Owing to YouTube's policy of trying to force Google+ on YouTube members, I no longer
        host content on YouTube. Apologies for the inconvenience.

I recently got round to doing a bit of work on an open source project of mine called BranchedMigrator. Inspired by Sean Chambers’ wonderful FluentMigrator, it’s a database schema versioning tool for use in continuous integration environments. 

You can download a copy here




Monday, 6 February 2012

Silverlight Data Binding: A comparison of INotifyPropertyChanged and DependencyObject.

NB: Owing to YouTube's policy of trying to force Google+ on YouTube members, I no
        longer host content on YouTube. Apologies for the inconvenience.

The project I worked on most recently involved using Silverlight 4 in conjunction with Prism and MEF. This entry is a brief tutorial on one of the core concepts in Silverlight : data binding, which can be achieved in two main ways, each with benefits specific to the contexts in which they're best suited.