Sollicitatievraag bij Cambium Assessment

They asked what async does in JavaScript and how multithreading works in C#.

Antwoord op sollicitatievraag

Anoniem

17 mrt 2023

In JavaScript I mentioned async await, but didn't have a good answer for detail beyond mentioning that the stack and event loop were separate. In C# I mentioned Task.Run(), Tasks, Threads, Parallel Linq and the concurrent collections you should use when taking concurrent access into account.