Posts

Showing posts from April, 2012

MVVM Project update and some ICollectionView weirdness

MVVM Project Update Aside from the fact that it took me 10 minutes to find a way to log into my blogger account and post this...my MVVM side project is going pretty well. For those of you who want a sneak peak, go here .  It even works to some degree (seriously!).  Of course, it's a tool that is only relevant to developers such as myself, but hey, it's something. It is (going to be) a source control monitoring program that will give you nice little tray popups for any new commits on any repos you are monitoring.  Right now, it is only functional with SVN, but it will be readily extensible.  And the tray popups aren't there yet, either...but you can view history and even diff changes in the main window. ICollectionView Problem One tidbit I wanted to share here was something I learned about the ICollectionView.  This interface is extremely handy to watch collection changes initiated by a user in your viewmodel and I've used it a bunch of other places...but not qui