I would just like a few tips when i want to create a responsive UI.
I know how to use:
Dispatcher
Task
BackgroundWorker
Threads
I am looking for more advance tips, like binding tips... When i have 50+ controls on my UI that needs to update.
PriorityBinding
Populating ComboBoxes
Populating ListBoxes, ListViews
When processing data in the background... Best practices maybe when it comes to long running proccess.
What else can i do to make my UI 100% responsive.