Techdays is the annual Microsoft Conference for software development and software architecture in the Netherlands. The Techdays conference covers the full spectrum of Microsoft development technologies with sessions about Cloud, Web, Phone, Visual Studio and User Experience presented by the world's best speakers and experts. All sessions are recorded in HD quality, giving you the best viewing experience possible.
-
Big Data, Big deal
Are you ready for the exploding world of big data? Do you know the difference between Hive and Pig? Do you know why MapReduce is being taught in many universities rather than SQL? If not, pay attention because this talk will help get you started in understanding this new world. While sometimes the Hadoop...
-
Extending the power of FAST Search for SharePoint
This session is all about extending and customizing Fast Search for SharePoint. During this session, a certain search problem will be solved, starting with standard sharepoint functionality, extending it to a fully custom build solution which leverages the full power of Fast for SharePoint. Custom pipeline...
-
MVC + Knockoutjs = Client side MVVM bliss
Knockoutjs is a small Javascript library with great power. It enables you to use the MVVM pattern in Javascript. Controls in HTML can be bound to properties in a Javascript object in a two way manner. MVC enables you to get data easily from the server. Synchronously or asynchronously. This combination...
-
Zichtbare ketens met CommunicationLog
Een SOA architectuur kan tot gevolg hebben dat een service aanvraag diverse ketens moet doorlopen om de gewenste informatie op te kunnen halen of te verwerken. Wat nu als er geen antwoord komt? Is er een service down, is er sprake van een netwerk probleem of een performance botteneck? Hoe kun je ervoor...
-
T-SQL improvements in SQL Server 2012
There is new functionality in a lot of areas in SQL Server 2012 Transact-SQL. This talk covers them all (except for the windowing functions which is a separate talk) and includes ANSI-standard paging, metadata discovery, sequences, new functions, and improved error handling
-
Multitasking Capabilities in Windows Phone Mango
Windows Phone Mango supports multitasking scenarios by providing Fast Application Switching and Background Agents. In this sample filled presentation, Maarten Struys explains the new execution model of Windows Phone Mango that enables Fast Application Switching. He also explains how Background Agents...
-
What's New in Visual Studio 11 for C++ Developers
C++ open positions and popularity remain high as media has recently, and there is a reason for that: from the many languages and platforms that developers have available today, C++ features uncontested capabilities in power and performance, allowing innovation outside the box (just think...
-
Using the Windows 8 Runtime from C++
This talk will showcase upcoming innovations in Visual C++ that show the Windows Runtime as a core part of native development. Windows 8 comes packed with rich APIs that are all Windows Runtime based, and C++ continues to deliver the tools you need to achieve the power and performance...
-
Declarative Database Development with SSDT
Database development is complicated by nature! Database engines are stateful, so data loss is always a risk; object dependencies determine the order in which changes need to be applied and the loosely coupled nature of the SQL language can result in unexpected runtime errors. These are just a small collection...
-
Filestreams and filetables in SQL Server 2012
SQL Server 2012 contains improvements to the SQL Server 2008 filestream feature. The biggest feature is the filetable, a way to use filestreams but treat the data as a non-transactional file system share. This talk covers the similarities and differences when using file tables and filestreams, as well...