Asynchronous Programming In C# | ASync and Await In C# Tutorial | DotNetTricks

preview_player
Показать описание
Learn ADVANCED C# in this 7 days training program, we will be uploading 1 video daily for five days back to back and will be covering all aspects of Advanced C#.

Today's Topic: Asynchronous Programming In C#

Key Elements:
-Asynchronous Programming Patterns in C#
-Task-based Asynchronous Pattern
-Understanding Synchronous and Asynchronous
-ASync and Await

If you like this video then LIKE, SHARE, And SUBSCRIBE.

# AsynchronousProgrammingincsharp #TaskbasedAsynchronousPattern #csharptutorial2021

Рекомендации по теме
Комментарии
Автор

This is really helpful, thank you for this. 🔥

jubinsharma
Автор

Do not call .Result, it is a blocking call and, more important, it leads to a deadlock. use await instead and have your controller method return a Task.

nabeeliqbal