Tag: Development

Community

Threading

(Dan Mabbutt) To understand threading, we have to make sure some of the foundation concepts are clear first. First up is that threading is something that happens because the operating system supports it. In particular, Microsoft Windows is a pre-emptive multitasking operating system.

Community

Parallel LINQ

The fifteenth part of the Parallel Programming in .NET tutorial leaves the examination of imperative programming using loops and tasks. It starts the description of declarative programming using Parallel Language-Integrated Query.