Parallel Programming in C#

Mosh,
Any chance you could create a course in using Parallel Programming in C#?

It would be great to have a course that shows the process of developing a program that would take advantage of computers with multiprocessing capability. The syntax for doing so in Visual Studio needs a step by step tutorial on what sequence of events would lead to a good parallel processing program.

Hi,

I am also learning that topic.
There are other ressources to learn.

One of them is simply the TPL documentation.

Good luck.