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 3
Asynchronous Programming Using Task Parallel Library
Content Locked
Section 1
Async/Await Keywords
In this video learn how to write the clean, understandable and asynchronous code using async and await keywords. - See these keywords in action in different examples - Learn Asynchronous code writing conventions and recommended ways - Learn about different ways of calling same functions using different approaches