I need fast updates, so I was wondering which one is faster and more efficient.
相关问题
- VNC control for WPF application
- Disable Browser onUnload on certain links?
- WPF Binding from System.Windows.SystemParameters.P
- Jscrollpane - Fires a function when isAtBottom
- Pass code to a method as an argument
I performed some measurements, and can proclaim, that using a converter in a binding is cheaper than not using it. We're talking about 9% time saving. Probably, finding / creating a default converter takes more time than taking an instance of a converter from a resource...