C# Async / Await - Make your app more responsive and faster with asynchronous programming
Asynchronous programming can be intimidating. What is even worse is when you think you learned how to do something and then you try it in your application, and it doesn’t work. This video is an attempt to fix all of that. In it, you will see how to use the async and await keywords to make your user interface more responsive and to speed up your code’s operation. You will also see how to turn an existing method from being synchronous to asynchronous. Along the way, we will cover best practices and how to make sure our application behaves like we expect after we make a part of it asynchronous.
Mailing List:
Source Code:
0:00 - Intro
2:23 - Demo application walk-through
4:33 - Code behind the demo application: Synchronous operation
10:36 - Creating Async Task
22:39 - Creating Parallel Async
30:51 - Recap
33:00 - Wrapping method in () vs Async method call
35:42 - Summary
1 view
8
0
7 years ago 00:15:25 3
[C#] Async/Await
6 years ago 00:47:34 63
ПРЕДСКАЗЫВАЮ БУДУЩЕЕ НА C# | СОЗДАНИЕ ДЕСКТОПНОГО ПРИЛОЖЕНИЯ НА C# | WINDOWS FORMS | ASYNC AWAIT C#
8 years ago 00:13:47 21
C++ Threading #7: Future, Promise and async()
10 years ago 01:06:35 188
C# Professional. Урок 15. Async Await
7 years ago 00:50:31 12
The C# async await Workout
5 years ago 00:59:47 14
Eric Niebler — A unifying abstraction for async in C++
4 years ago 00:16:18 12
Unity async / await: Coroutine’s Hot Sister [C# & Unity]
5 years ago 00:20:06 29
Уроки C# – операторы async await – Урок 15
12 years ago 01:52:58 45
Видео курс C# для профессионалов. Урок 15. C# 5 Async & Await
2 years ago 00:31:19 3
Основы C# | Шестнадцатый урок. Async-await
3 years ago 00:17:29 42
Использование асинхронного кода (async / await) в C# в Unity. Разбираем на примерах
5 years ago 00:14:13 74
Урок 8. JavaScript. Как работает Async, Await. Работа с сервером c fetch
6 years ago 02:57:37 750
Как работает async/await? Асинхронные методы С#. C# Асинхронное программирование.