XAML framework (code name "Jupiter"[2]) is a User Interface API that is part of the Windows Runtime - Microsoft's 2011 programming model that forms the backbone of the new Metro-style apps (also known as Immersive) in their new Windows 8 operating system. It is the one of the multiple UI APIs in Windows Runtime (the others being HTML5 and DirectX) that enables programming using the Extensible Application Markup Language (XAML). It is the successor to Windows Presentation Foundation (WPF) and Silverlight - similar XAML-based UI frameworks used for Windows API (WinAPI)-based desktop applications and portable applications respectably. The XAML framework uses a lot of the same names for its APIs as both of these older technologies - especially Silverlight, but its use is limited to the Windows OS (specifically Windows 8) as with WPF. The major difference is that Silverlight and WPF are largely based on the Common Language Runtime (CLR) and as such require using programming languages such as C# or Visual Basic, while the XAML framework is part of the Windows Runtime, written in native code and also available, and has tools for development, with C++ or C++/CX.
References
- ^ "Home - BUILD". Microsoft Corporation. Microsoft Corporation. Retrieved September 13, 2011.
{{cite web}}
: Text "Anaheim Convention Center" ignored (help); Text "September 13–16, 2011" ignored (help) - ^ Jerry Nixon (June 20, 2012). "Windows 8: 15 More Reasons why I choose XAML over HTML5". Microsoft.
External links
- Build Conference website
- Channel 9 - XAML presentations from the 2011 Build conference
- Windows.UI.Xaml namespace documentation on MSDN
- MSDN Forums - Building Metro style apps with C# or VB
- MSDN Forums - Building Metro style apps with C++
- Windows Dev Center
- Windows 8 Metro style XAML app samples
This article has not been added to any content categories. Please help out by adding categories to it so that it can be listed with similar articles. (June 2012) |