Gael Fraiteur has been passionately programming since childhood; building and selling his first commercial software at age 12. He is Founder and Principal Engineer at PostSharp Technologies based in Prague, Czech Republic.
Talks I've Given
-
Under the Hood of PostSharp
Featuring Gael Fraiteur
PostSharp’s founder and principal engineer goes through the most interesting reasonings, designs and algorithms of PostSharp – and answers any question.
aop aspect-oriented postsharp .net c# -
Multithreading Design Patterns
Featuring Gael Fraiteur
In this 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.
.net actor-model -
Multithreading beyond the lock keyword
Featuring Gael Fraiteur
As multi-core hardware becomes ubiquitous, system developers can no longer rely on a superficial knowledge of multithreading programming. In this session, Gael Fraiteur will dust-off low-level synchronization primitives and show how to design programs that make better use of multiple cores
multithreading synchronization aop -
Produce Cleaner Code with Aspect-Oriented Programming (AOP)
Featuring Gael Fraiteur
Rather than giving us a nice separation of concerns (assembly > namespace > class > method), there are times when OOP forces us to write crap - scattering, tangling and coupling our code.
aop .net