stop using async void in c#! do this instead.
Published 1 year ago • 58K plays • Length 13:12Download video MP4
Download video MP3
Similar videos
-
14:05
"stop using async await in .net to save threads" | code cop #018
-
21:13
8 await async mistakes that you should avoid in .net
-
4:36
big problem with async void method in c#
-
14:47
settling the biggest await async debate in .net
-
16:49
avoiding async void
-
10:28
making async code run faster in c#
-
23:29
how to tame the 'async void' nightmare in c#
-
1:06:02
deep .net: writing async/await from scratch in c# with stephen toub and scott hanselman
-
12:55
the weirdest way to loop in c# is also the fastest
-
1:00:03
correcting common async/await mistakes in .net 8 - brandon minnick - copenhagen devfest 2023
-
1:00
making your async code thread safe | .net tips 3
-
8:04
why is async void bad and how do i await a task in an object constructor in c#?
-
9:55
await async might change completely in .net 9
-
4:27
how to make 2500 http requests in 2 seconds with async & await
-
7:06
"stop using null, use default instead in c#" | code cop #010
-
0:17
challenges with async void methods in c#
-
6:53
which do i use, configureawait true or false?
-
24:22
c# async/await/task explained (deep dive)
-
11:24
is awaiting a task instead of returning it directly in c# actually slower?
-
20:40
why i don't use the "else" keyword in my code anymore
-
1:00
stop returning null collections in your code