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
-
Building rich Single Page Applications (SPAs) for desktop, mobile, and tablet with ASP.NET MVC 4
-
Steve Sanderson
-
Developer,
Developer Tools,
Developer Languages,
Single Page Applications,
SPA,
cross-device,
ASP.NET,
MC4,
JavaScript,
Steve Sanderson
-
300
-
199
-
Day 1
- February 14, 2012
from 5:45PM to 7:00PM
-
So you want to build a highly-responsive, native-like application that runs in a regular browser, and a mobile touch device browser, and in some cases can even be packaged and sold on a mobile app store? And you want to do it using only familiar web development technologies, including ASP.NET MVC 4 and...
-
Introducing Windows Runtime in Windows 8
-
Bart De Smet
-
Metro,
Windows 8,
Developer,
C#,
Visual Basic,
Bart De Smet,
Windows Runtime,
JavaScript,
WinRT,
C++
-
200
-
282
-
Day 1
- February 14, 2012
from 5:45PM to 7:00PM
-
(1)
Metro style applications in Windows 8 are powered by the Windows Runtime (WinRT). This session explores the role of WinRT and the breadth of the available APIs, and how to leverage those capabilities from various languages including C#, Visual Basic, C++ and JavaScript. During this talk, you'll...
-
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...
-
SignalR. Code, not toothpaste.
Almost all HTML5 and web applications today make use of AJAX to communicate between client and server. AJAX is great with asynchronous operations, but what about real-time communication? How would you push a message from server to client? HTML5 WebSockets offer a solution to all of these questions but...
-