Caparea.net - Embrace Async - Brian Noyes (MVP/RD)

Date
Tue, 26 Jun 2012, 18:30 - 20:30 (Add to calendar) GMT
Venue
1900 Gallows Road , Vienna, US
Cost
Free

Async is the new sync. Face it, no one likes to write asynchronous, multithreaded code. Well, no one in their right mind anyway. But more and more we need to do it, especially on the client side. Silverlight and WinRT make us do just about anything that doesn't involve the UI itself using asynchronous APIs. With the new async keywords being added to C# and VB, as well as the async patterns of JavaScript, we have the tools to make async a bit easier to deal with. This session will start by presenting the new async keywords in C# and the way you can write sequential discontinuous code. Then you will learn some of what is going on under the covers and how you can address more advanced and optimized scenarios by working with Tasks directly. You will also get a brief exposure to the Parallel class and PLINQ for dealing with collections in an async way. After this session, you will be able to approach asynchronous programming with calm confidence that the code you write will be readable and easy to understand, while still non-blocking and performant.

You might also like...

Comments

Other nearby events

Map

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Every language has an optimization operator. In C++ that operator is ‘//’”