JeremyBytes - Task and Await in C# - Part 1: Consuming Asynchronous Methods

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Excellent explanation! The slide with "Looks like a blocking operation / Does not block current thread" was illuminating, something that many can't highlight enough!

robertomonanni
Автор

Truly the cleanest and easiest explanation, I've found so far. Thank you!👍

ilavrentjev
Автор

I really like the focus on the "how" and the "why" of things of almost all the C#Bytes videos, makes the topics a lot easier to understand and apply.

oscarmvl
Автор

This series (and all of your videos actually) are so very well organised, succinct and polished. Thanks very much for your beautiful work Jeremy.

soddoffbaldrick
Автор

This is the best explanation I have seen on this quite tricky subject.

glenmackay
Автор

Really like the way you explained it. This can be understood very easily even by the beginners. Thank you!!

dhanapusarla
Автор

Clear and concise with easy to follow examples and code. Made it much easier for me to understand async and await. Thanks, please put up more videos!

jugzster
Автор

That was the clearest tutorial I have seen in a very long time 5/7

djthomasx
Автор

best explanation yet... and i have seen way to many tutorials trying to explain this. Thanks.

peteralmanzar
Автор

Another great video, looking forward to the rest of this series!

chrislamont
Автор

I really appreciate your explanation and how you make all these concept so easy to understand it. Thank you so much.

benq
Автор

I really enjoyed and understood what you put on this video. Your style is wrapping everything and give very usefull details. Thank you so much.

CemTopkaya
Автор

Thanks in 2019! Your teaching style is beyond great.

moeelhariri
Автор

Wonderful, cannot imagine better explanation on this topic

tsvikanahir
Автор

Great video tutorial!...according to me, best video explanation founded on web.

AlessandroAmbrogi
Автор

Can't belive it... this explanation is in combination with your pleasant voice f#!*ck!ng awesome!

MrLogtetsch
Автор

Excelent tutorial. Thanks very much, great video.

caosabitan
Автор

Hi Jeremy. Thanks for great tutorials (this is my last one after Linq/Delegates/Generics). I have one problem. I downloaded the code from the github but for some reason in PersonRepository.Get() response.IsSuccessStatusCode is never true so the method returns the empty List<Person>. Does not have much effect for practicing on the Task library (I just set it to return People.GetPeople() instead) but I still wonder whats wrong with it. Any ideas?

wodekszeliga
Автор

What Visual Studio version would be needed to run the code that can be downloaded from the link in the description of this video? I tried running it in a Visual Studio 2015 Express and UsingTask.Service project is not compatible unfortunately.

MikeKnell
Автор

Nice video! How did you navigate the different overloads @10:08 what was the shorcut? Thanks..

gamehubby