Welcome to MSDN Blogs Sign in | Join | Help

David Hill's WebLog

Iblogyoublogweblog

February 2009 - Posts

Prism 2.0 Is Live!
WooHoo! Prism 2.0 is done and is now live on MSDN! You can access the Prism 2.0 documentation here , and download the code from here . Prism is a library of patterns that help you build robust, flexible and modular WPF and Silverlight applications. These Read More...
Master-Detail With CollectionViewModel
Implementing a Master-Detail style UI with the CollectionViewModel I described in my previous post is pretty easy. With a selector control bound to a CollectionViewModel as shown in my previous post, you just need to add a content control to the View Read More...
CollectionViewModel
In this post, I'm going to describe an implementation of ICollectionView for Silverlight that allows you to add sorting, filtering, grouping and selection tracking to any Selector based control (such as ListBox or ComboBox). To demonstrate the implementation, Read More...
Page view tracker