BUILD is a new event that shows modern hardware and software developers how to take advantage of the future of Windows. Learn how to work with the all new touch-centric user experience to create fast, fluid, and dynamic applications that leverage the power and flexibility of the core of Windows, used by more than a billion people around the world.
Hear how the UI was designed to work seamlessly with a diversity of devices and form factors. Go behind the scenes and learn all about the new app model that allows you to create powerful new apps. All while retaining the ability to use your existing apps. Web-connected and web-powered apps built using HTML5 and JavaScript have access to the power of the PC. Touch-optimized browsing, with the full power of hardware-accelerated Internet Explorer 10 transforms your experiences with the web. BUILD is the first place to dive deep into the future of Windows.
Featured
-
Writing modern C++ code: how C++ has evolved over the years
Many people think of C++ as the same language they experienced in college or just as “C with classes”, but the C++ language has evolved extensively over the years. In this session, we’ll cover how you can use C++ to write innovative, expressive and beautiful apps that deliver...
-
Using the Windows Runtime from C++
In this talk, Microsoft's C++ architect and chair of the ISO C++ standards committee Herb Sutter 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...
-
A lap around Visual Studio 11 Express for Metro style apps using C++
Windows 8 comes with a brand new Metro style app experience where native developers and designers can work in parallel. Ones in behavioral aspects and the others in UI. This talk offers an end-to-end view of the developer experience for this kind of app, from the solution creation to the marketplace...
-
Tips & tricks: how to use Visual Studio to the fullest
In this fast-paced session, we’ll turn you into a Visual Studio rock star! We’ll blaze through Visual Studio 2010 and Visual Studio 11 features and “hidden gems” for VB, C#, and C++ developers. This session is guaranteed to make your life easier in Visual Studio.
-
Bringing existing C++ code into Metro style apps
This talk will cover how to use C++ to target the new Windows Runtime surface. Beyond just learning how to write apps in C++, you will see how to create new libraries or reuse existing components that you can seamlessly combine with Metro style apps using JavaScript, C#, and other C++...
-
Improving software quality using Visual Studio 11 C++ Code Analysis
Through this session, learn how to save time and improve customer satisfaction by finding and fixing bugs early in the development process. Visual Studio 11 C++ Code Analysis identifies critical defects that lead to crashes and security vulnerabilities in your C++ apps and drivers at...
-
Under the covers with C++ for Metro style apps
In this talk, you'll go deep into the new C++ for Windows Runtime, meet with some of the developers on the compiler teams that designed the language extension for C++, and open the lid to see the wiring the compiler provides. We’ll discuss the new C++ for Metro style apps, including...
-
Taming GPU compute with C++ AMP
Developers today inject parallelism into their compute-intensive apps in order to take advantage of multi-core CPU hardware. Beyond CPUs, however, compute accelerators such as general-purpose GPUs can provide orders of magnitude speed-ups for data parallel algorithms. How can you as a C++ developer...
-
Tips and tricks for developing Metro style apps using C++
C++ and XAML provide a new way for C++ developers to target Windows 8. This session will cover tips and tricks for effectively developing Metro style apps using C++. Topics covered will include the new Windows Runtime data types, using Exceptions, how to use the new Windows Runtime...
-
Ten Tips When Writing a Hybrid Language Metro style Application
Many Windows Runtime APIs were designed during the course of Windows 8, and many lessons were learned during this process. Come learn what challenges the designers of the Windows Runtime APIs encountered, how they solved the problems and why they chose the selected resolutions. After this talk, you will...