Read original post at Mike Taulty's Blog
Data binding is a useful tool in putting an application together and I’ve spent quite a long time with various frameworks that support different aspects of binding. In the last few years, that has mainly revolved around the binding support that you find in XAML based applications for WPF, Silverlight and Silverlight for Windows Phone 7.
Recently I put together that simple example of a music application and I thought I’d revisit that with a view to taking a look at how that might be data-bound for both a XAML based app and a HTML based app. I don’t claim that this is complete or definitive or even correct – I’m just some guy on the internet.