Let say that we have an object
class Entity { public string ID {get; set;} public string Name {get; set;} }
I want to bind properti
I created a solution for this.
https://www.codeproject.com/Articles/146078/WPF-Two-way-Databinding-in-ASP-NET-Enabling-MVVM
or github:
https://github.com/Recodify/mvvm-4-asp-webforms