Please treat this question as strictly educational. I’m still interested in hearing new answers and ideas to implement this tl;dr How would I implement bi-directional data-binding with JavaScript? Data...
  • May 18, 2022
  • 0 Comments
I’ve got an enum like this: public enum MyLovelyEnum { FirstSelection, TheOtherSelection, YetAnotherOne }; I got a property in my DataContext: public MyLovelyEnum VeryLovelyEnum { get; set; } And...
  • May 5, 2022
  • 0 Comments
How does data binding work in the AngularJS framework? I haven’t found technical details on their site. It’s more or less clear how it works when data is propagated...
  • April 10, 2022
  • 0 Comments