Tags
Language
Tags
October 2025
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Async in C# 5.0: Unleash the Power of Async [Repost]

    Posted By: AlenMiler
    Async in C# 5.0: Unleash the Power of Async [Repost]

    Async in C# 5.0: Unleash the Power of Async by Alex Davies
    English | September 24, 2012 | ISBN: 1449337163 | 108 pages | PDF/EPUB | 6.55 MB

    If you’re writing one of several applications that call for asynchronous programming, this concise hands-on guide shows you how the async feature in C# 5.0 can make the process much simpler. Along with a clear introduction to asynchronous programming, you get an in-depth look at how the async feature works and why you might want to use it in your application.
    Written for experienced C# programmers—yet approachable for beginners—this book is packed with code examples that you can extend for your own projects.
    • Write your own asynchronous code, and learn how async saves you from this messy chore
    • Discover new performance possibilities in ASP.NET web server code
    • Explore how async and WinRT work together in Windows 8 applications
    • Learn the importance of the await keyword in async methods
    • Understand which .NET thread is running your code—and at what points in the program
    • Use the Task-based Asynchronous Pattern (TAP) to write asynchronous APIs in .NET
    • Take advantage of parallel computing in modern machines
    • Measure async code performance by comparing it with alternatives