XAML Llama
Problem with binding
Controls in your UI layer should use DependencyProperties instead to accept bindings in XAML to your underlying VMs/models which are the things which implement INotifyPropertyChanged. There's a new DependencyProperty generator which can help in Windows Community Toolkit Labs, as it is a lot of boilerplate.
103 replies
Problem with binding
You're conflating your data and your UI layers. This is a good talk that talks about how to separate those by construction so you're not blending your UI and data layers: https://www.youtube.com/watch?v=83UVWrfYreU
103 replies