Asynchronous Programming in .NET - How ASYNC and AWAIT Work

preview_player
Показать описание

In this video, I will talk about asynchronous programming in ASP.NET Core and share with you some additional info about the topic other than just how to modify the synchronous code to the asynchronous one. Of course, I will show you how to do that as well.

Async programming is a parallel programming technique that allows the working process to run separately from the main application thread.

By using async programming, we can avoid performance bottlenecks and enhance the responsiveness of our application.

That’s because we are not sending requests to the server and blocking it while waiting for the responses.

LINKS MENTIONED IN THE VIDEO

FOLLOW US ON SOCIAL MEDIA!
Рекомендации по теме
Комментарии
Автор

Thank you all for watching and for your support.

CodeMaze
Автор

Great content. Thank you very much Code Maze!

Fkn
Автор

Well done. I would also add / explain cancellation token

elpe