Archives
-
A Synchronization Context Based On The TPL Dataflow Library
The purpose of the synchronization model implemented by the SynchronizationContext class is to allow the asynchronous/synchronization operations of the common language runtime to behave properly with different synchronization models. This model also simplifies some of the requirements that managed applications have to follow in order to work correctly under different synchronization environments. Examples of such synchronization environments are user interface infrastructures like Windows Forms, Windows Presentation Foundation and ASP.NET.
-
What’s New In C# 5.0 Session Materials From Rumos InsideOut Event
Here are the materials from my What’s New In C# 5.0 session at the Rumos InsideOut Event.
-
C# 5.0 Async/Await Demo Code
I’ve published the sample code I use to demonstrate the use of async/await in C# 5.0. You can find it here.