Sign in
Nathan Nesbit's Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
Adorner
Attached Service
ContextMenu
DataTemplate
DependencyProperty
Dispatcher
ICommand
MMC
ModelViewViewModel
ObservableCollection
Performance
RoutedCommand
UI Thread
WeakEventManager
WinForms
WPF
XAML
Browse by Tags
MSDN Blogs
>
Nathan Nesbit's Blog
>
All Tags
>
dispatcher
Tagged Content List
Blog Post:
Detecting UI Thread Misuse
Natenez
One of the challenges in building a UI application is correctly using the UI thread. This is a shared resource, and so any misuse has the potential to have global application effect. The most common form of misuse is using the UI thread for a long period of time. In severe cases this causes the application...
on
28 Dec 2010
Blog Post:
Performing Bulk Modifications To a Databound Collection
MSDNArchive
On a WinForms project in the past we were working on scalability and performance. One of the things we discovered was that individually invoking items to the UI thread was a bottleneck. The theory is that the each time one does a BeginInvoke it adds a message to the Message queue. This adds overhead...
on
27 May 2009
Page 1 of 1 (2 items)