C# Threading

Author: henrik

Created: 2018-02-12 11:30pm

Edited: 2018-04-03 06:39pm

Description:

The C++ thread concepts you know from 3rd semester also applies to C#.

Intended Learning Outcomes:

  • Obtain information about thread basic
  • Obtain information about Synchronization with Locking
  • Obtain information about Signaling with Event Wait Handles
Resources Tasks Supports

Before lecture

Threading in C# p. 4-17: Thread basics
Threading exercise 1-7

Read and solve exercises
Answer questioner

Support sheet

BB questioner

Test knowledge about subject
And send questions about material to teacher (mail or blog)

Teacher feedback in class based on the questioneer

In lecture

Threading in C# p. 19-27: Synchronization with Locking

Threading exercise
8-10

Verbal help from teacher

Threading in C# p. 33-38: Signaling with Event Wait Handles

Threading exercise
11-13

Verbal help from teacher

Questioneer about the curricilum