A
A
Alec Onim2015-11-29 22:01:33
.NET
Alec Onim, 2015-11-29 22:01:33

What to read about tasks, threads, async/await in c#?

Hi all! I’m slowly learning .Net, here I ran into some difficulties, using the example of console applications, it’s not very easy to understand async / await, if with tasks at least somehow, then async / await almost didn’t understand yet :( I looked at a bunch of examples, articles, but the essence so far still
eludes.The only thing that was advised was Concurency in C# Cookbook., but I haven’t had time to read it yet, because I started asking this question only the day before yesterday.I
would be glad if you give links to some articles or maybe books where you think this is more accessible.
Thank you!:)

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dasha Tsiklauri, 2015-11-30
@Caitiff_One

1) Concurrency in C# Cookbook
2) Async in C# 5.0
the first is mandatory, the second is optional, everything immediately falls into place
convenient presentation: problem-solution-example

D
Dmitry Pavlov, 2015-11-29
@dmitry_pavlov

So maybe just start with MSDN? Or do you want a book? On the book, I think, does not pull. And those that are / will appear will just be a retelling from the documentation. Well, maybe some author will come up with an example of an application.
There, in principle, essentially everything - Asynchronous programming using the key ...

D
dubomire, 2015-11-29
@dubomire

In principle, the basics are well described here: Exam Ref 70-483: Programming in C#. Quite concise and in fact, with the expectation of a beginner

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question