XBAP Photostore Demo
January 14th, 2007Microsoft Channel 9 on XBAP
January 14th, 2007XBAP Demos
January 14th, 2007What are the requirements for running a XBAP application ?
January 14th, 2007For Windows XP/2K
You will need to install the .Net 3 Framework runtime from Microsoft to run XBAP.
This can be downloaded from Microsoft’s website.
What are the differences between XBAP and WPFE ?
January 14th, 2007XBAP is Windows only and requires .Net 3 Framework to be installed on your machine. It is used for creating heavyweight .Net applications that take advantage of the full capabilities of .Net 3 Framework.
WPF/E is a small component (~1MB) that is plugged into the browser. It is cross platform and does not require the installation of .Net 3 Framework.
WPF/E supports only a subset of XAML. You may think of WPF/E as Microsoft’s equivalent to Flash Player.
What are the similarities between XBAP and WPF/E (Windows Presentation Foundation/Everywhere) ?
January 14th, 2007Both XBAP and WPF/E are used for creating Rich Internet Applications. They are both based on the XAML format and run inside the browser.
What is XBAP?
January 14th, 2007XBAP (XAML Browser Application) is a new Windows technology used for creating Rich Internet Applications.
While windows applications are normally compiled to an .exe file, browser applications are compiled to an extension .xbap and can be run inside Internet Explorer.
Xbap applications are run within a security sandbox to prevent untrusted applications from controlling local system resources. (e.g deleting local files)
First post on XBAP
December 17th, 2006The complete resource on XBAP - XAML Browser Application.
Hello world!
December 17th, 2006Welcome. This is my first message.