Celebrate 10 years of Microsoft TechDays in Belgium! Year after year thousands of technology professionals come together to network with peers and experts, while diving deep into Microsoft technologies and learning about the latest products and solutions. TechDays is the biggest technical event in Belgium & Luxembourg and not to be missed.
Looking for the IT Pro sessions from TechDays 2012? You can find them here on TechNet Edge.
Featured
-
Project Roslyn: Exposing the C# and VB compiler’s code analysis
-
Alex Turner
-
Developer,
Developer Tools,
Developer Languages,
HTML5,
C#,
Visual Basic,
JavaScript,
Project Roslyn,
API,
Alex Turner
-
300
-
238
-
Day 2
- February 15, 2012
from 10:45AM to 12:00PM
-
Until now, the VB and C# compilers have been used as black boxes. You put text in, and you get out a binary file. In our long-lead project, codename “Roslyn”, we’ll be changing that dynamic by building an API that exposes our compilers’ analysis engines. In this session, we’ll give an overview of the...
-
The zen of async: Best practices for best performance
The new async support in C# and Visual Basic dramatically simplifies the process of building scalable and responsive apps for the client and cloud. However, while the programming model provided by this async support enables development in a style very reminiscent of synchronous programming, the required...