|
by einar@dolittle.com (Einar Ingebrigtsen) via Einar Ingebrigtsen on 1/10/2010 7:27:00 AM
Recently I've been working on a small Silverlight project at a client and at the same time I've been working on implementing a SampleBrowser for Balder on my spare time, both these applications are using the MVVM paradigm and all that comes with it. One of the things that has really been bugging me is the INotifyPropertyChanged interface, a key interface for making the View observe changes on objects. Not only do you have to implement the same thing over and over again (the notification
... [ read more ]
|