Answer the question
In order to leave comments, you need to log in
What do you mean by "Multiple Threads (Web Application)"?
Preparing for certification ... Written in the required knowledge "Working in multiple threads (web application)",
what do you mean? I asked about async / await controllers, they said not only, but what else?
Answer the question
In order to leave comments, you need to log in
https://msdn.microsoft.com/en-us/library/ff647332.aspx
threads is when you create a thread
async / await do not create threads - they work in one thread
Because speech about a web application - means, apparently, Web Workers.
First of all, you need to understand the difference between asynchrony and parallelism.
Secondly, in order to be able to use both, you need to know the application life cycle, in particular asp mvc.
Thirdly, knowledge of multithreading means knowledge of synchronization primitives and when to use them in what tasks.
Fourthly, the ability to parallelize tasks in .net means knowledge of the TPL library and the ability to use it.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question