M
M
Matisumi2019-10-27 19:40:37
.NET
Matisumi, 2019-10-27 19:40:37

What is meant by "experience with multithreading" in C#?

Often in job descriptions I meet the requirement "experience with multithreading" or something like that. What is most often meant by this experience? Understanding blocking mechanisms? Or creating threads/tasks and working with them? Or maybe something else?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
P
Peter, 2019-10-27
@Matisumi

- Use of streams.
- Using tasks and features of working with them.
- Synchronization of access to data.
- for UI applications, features of access to controls from threads.

B
BasiC2k, 2019-10-28
@BasiC2k

Read the threading article on rsdn. If you understand everything, then the basic knowledge is already there.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question