Browse by Tags

All Tags » clr (RSS)

Peaceful Coexistence by aelij

One of the new features in .NET 4.0 is Side-By-Side In-Process (SxS InProc) execution of older CLRs (e.g. .NET 2.0). Previously, SxS was supported only in different processes. If you look it up, you’ll find these two (yet to be updated) blog posts...
Filed under: , , ,

Dispatch It by aelij

In WPF, like most UI frameworks, UI elements can only be updated from the thread they were created on. If you do background work, and want to affect the UI from a different thread, you'll have to dispatch it. The Dispatcher class has a CheckAccess() method...
Filed under: ,
Powered by Community Server (Non-Commercial Edition), by Telligent Systems