Skip to content

Commit

Permalink
week one: general notes is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
afshinamighi committed Nov 9, 2020
1 parent 6ba2259 commit eadd9a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ConcurrentCSharp/Exercises.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ This document class activities and exercises are described to be practised in pr

# Week 1:
Main objectives of this week is to introduce the main concepts and prepare practical tools needed for upcoming weeks.

**Preparation**:
1. We will discuss about threads in week 3. Here, just think about a thread as a separate paths of execution that can be executed simultanously with the main program.
2. Refresh your C# programming environment: You are expected to be able to write simple console based programs. A set of possible concepts to be used later are: fundamentals (types, conditional statements, loops), defining attributes, methods, public / private / static, arrays, anonymous functions. Implement a simple program: like a counter class that counts until a given number and the main program instantiates an object from this class and prints the final result. The counter class has a state that keeps the latest counting value.
Expand Down

0 comments on commit eadd9a0

Please sign in to comment.