Browse by Tags

All Tags » Languages (RSS)

Async C# 5: Using Async Pattern with WCF and Silverlight by javarg

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. So.. here is one solution (it does not provide...

Asynchrony in C# 5: Dataflow Async Logger Sample by javarg

Check out this (very simple) code examples for TPL Dataflow. Suppose you are developing an Async Logger to register application events to different sinks or log writers. The logger architecture would be as follow: Note how blocks can be composed to achieved...

Asynchrony in C# 5 (Part II) by javarg

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. So, let’s continue with TPL Dataflow: Asynchronous functions TPL Dataflow...

Async CTP (C# 5): How to make WCF work with Async CTP by javarg

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. In order to make your service compatible with the new Async/Await Pattern try using...

Asynchrony in C# 5 (Part I) by javarg

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...

Webcast MSDN: El Futuro de C# y Visual Basic by javarg

I will be presenting an screencast tomorrow about next versions of C# and VB.NET. We will review some exciting new features. Register here .
More Posts