Discount for my course: High Performance Coding with .NET Core and C#

Gergely Kalapos


Asynchronous programming in C#

Posted on November 09, 2014



Two posts from me were published on the about:performance blog about the async capabilities of C#.

The first post introduces the compiler transformation done by the C# compiler when we use the async and await keywords and it also goes into the performance impact of this:

http://apmblog.compuware.com/2014/10/09/behind-net-4-5-async-scene-performance-impact-asynchronous-programming-c

The second post shows how the product that I'm working on support these kinds of code:

http://apmblog.compuware.com/2014/10/23/asynchronous-net-code-purepath-dynatrace


;