Avoiding mass propagation of properties and events for exposure to ViewModels.
- by firoso
I have an MVVM application I am developing that is to the point where I'm ready to start putting together a user interface (my client code is largely functional)
I'm now running into the issue that I'm trying to get my application data to where I need it so that it can be consumed by the view model and then bound to the view.
Unfortunately, it…