You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
propertychanged
About this tag
The propertychanged tag on WindowsForum.com covers discussions about the INotifyPropertyChanged interface, a key component in Model-View-ViewModel (MVVM) patterns for Silverlight, WPF, and Windows Phone development. Content includes implementing property change notifications using lambdas or reflection, as seen in the MVVM Light toolkit by Laurent Bugnion. Topics also touch on related MVVM features like IoC containers and the Messenger class. This tag is relevant for developers working with .NET UI frameworks who need to manage data binding and UI updates efficiently.
Laurent Bugnion of IdentityMine appears on the show to discuss his latest additions to the MVVM Light toolkit for both Silverlight, WPF, and Windows Phone. Laurent covers several new features, including IoC (Inversion of Control) containers, new ways to implement INotifyPropertyChanged using...