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 1
Number of Threads Required in Your Application
This video will give you an overview how application can behave in the single or multithreaded architectures, and what could be the things to consider while working under both of the models. - Learn when our implication could be fine with single threaded architecture - Learn how concurrency and parallelism work with these two architectures and understand its utility - Learn how framework manages these things itself