I am learning about WPF. I have now come to binding. Does the binding rely on reflection when using INotifyPropertyChanged and is so, what is the price? I am considering using WPF for displaying data being streaming via UDP, but I fear that the overhead might be too great compared to WinForms.
I am learning about WPF. I have now come to binding. Does the binding
Share
Here’s an MSDN article about it. This is a pretty common question I hear all the time.
But my thought is, unless you’re running into a serious edge case scenario, you want to use binding in WPF. That’s the way the whole system is designed.