Contents tagged with Async
-
Async C# 5: Using Async Pattern with WCF and Silverlight
Sometime ago I published a way to use WCF service with the new Async Pattern in C#. The problem is that this approach won’t work with Silverlight. More specifically, TaskFactory is not available in Silverlight.
-
Asynchrony in C# 5: Dataflow Async Logger Sample
Check out this (very simple) code examples for TPL Dataflow.
-
Asynchrony in C# 5 (Part II)
This article is a continuation of the series of asynchronous features included in the new Async CTP preview for next versions of C# and VB. Check out Part I for more information.
-
Async CTP (C# 5): How to make WCF work with Async CTP
If you have recently downloaded the new Async CTP you will notice that WCF uses Async Pattern and Event based Async Pattern in order to expose asynchronous operations.
-
Asynchrony in C# 5 (Part I)
I’ve been playing around with the new Async CTP preview available for download from Microsoft. It’s amazing how language trends are influencing the evolution of Microsoft’s developing platform. Much effort is being done at language level today than previous versions of .NET.