Book Image

Asynchronous Programming in .NET Core [Video]

By : Iqra Ali
Book Image

Asynchronous Programming in .NET Core [Video]

By: Iqra Ali

Overview of this book

<p>In the age of complex computing and real-time reporting, applications are not fully capable of stepping up to the pace of modern-day requirements. Do you face the problem of scalability, responsiveness in server apps and want to get rid of it. Moving to Asynchronous programming will make it easy to tackle this problem. In this course, we will cover the Task Parallel library that solves all these problems in an efficient and cost-effective way with the asynchronous functionality in our apps.You’ll be able to avoid performance bottlenecks and enhance the overall responsiveness of your application by using asynchronous programming. You will learn about the benefits of the asynchronous approach and how that helps organizations manage resources efficiently, in particular for serving customers during peak hours. By the end of this course, you will be able to write more efficient, neat, readable and scalable code for both the server and client side applications in the most productive and cost-effective way.</p> <p>All the code and supporting files for this course are available on Github at:&nbsp;<a href="https://github.com/PacktPublishing/Asynchronous-Programming-in-.NET-Core" target="_blank">https://github.com/PacktPublishing/Asynchronous-Programming-in-.NET-Core</a></p> <h1>Style and Approach</h1> <p>This course contains examples and demonstrations and will walk you through everything you need to know step by step, by providing you with helpful tips along the way. At the end of the modules, there will be quizzes to help reinforce the topics that you learned from the module.</p>
Table of Contents (5 chapters)
Chapter 5
Best Practices in Task Parallel Library
Content Locked
Section 3
Windows Runtime API
This video will give you and everlasting benefits of TPL which make it the best practice to use in industry level frameworks and libraries by BIG vendors. - Learn about the best practices of TPL for Windows Runtime and about the upcoming versions - Learn about C++ Win32 and windows runtime API - Learn about the benefits of TPL and outlined featured over the previous modes of async programming