Multithreading from hardware to design patterns
Poprvé na naši akci zavítá Gael Fraiteur z http://www.postsharp.net/. Máme slíbenou prezentaci o Multithreadingu pro pokročilé programátory. Akce proběhne v Anglickém jazyce.
17:00 - 17:10 - Představení WUGu
17:10 - 18:30 - 1. část přednášky
18:30 - 18:45 - Přestávka a občerstvení
18:45 - 20:00 - 2. část přednášky
20:00 - Diskuze
We will discuss fundamental concepts of multi-core programming as well as their implementation by the Windows operating system and the .NET Framework, and give you a rock-solid understanding of what’s happening when you’re using multithreaded features in .NET.
It is the use of low-level synchronization mechanisms that causes the notorious complexity of multithreaded applications. As in the 50s, we need to raise the level of abstraction to get back into productivity. In second of the session, we will see how design patterns, such as X or Y, can simplify multi-core development. We’ll see how programming languages are built around these patterns and how other .NET tools can help you implementing threading patterns without switching to a new language.