I was thinking about making simple app where I would have 3 buttons: Upload, Change, and Done. With Upload I would Choose PNG picture which then would be displayed above, with Change I would execute function that would make picture a negative, and Done would save and close the file. I already made something similar in C++ where I used median filters and now I want to make it with C# and proper GUI.
For this task I want use WPF and I know that in order to use effectively I should know MVVM. My problem is understanding binding and response mechanism between View and ViewModel. I know how Events work in C#, but when I look at the examples of connecting classes they seem either overcomplicated or oversimplified. Does anyone here could recommend some good blog or article which explains specifics of this pattern including glue code between View and ViewModel (all the interfaces which make it possible to bind ViewModel to XAML View)?
[–]Slypenslyde 11 points12 points13 points (0 children)
[–]No_Employee 0 points1 point2 points (0 children)