dotnet falcon

Blogging about .NET and software development - from my bird's eye view

WPF

Code snippet for databound properties in MVVM

Code snippet for databound properties in MVVM

Apr 15, 2018
As you can read in the last couple of posts (like this, or this), I've been working with WPF for the last couple of weeks. Not very fun. I'm doing mostly the VMs and that involves a lot of property change notifications. We use the MVVMLight toolkit for basic MVVM