XBAP 3D Cube Animation

January 14th, 2007

http://wpf.netfx3.com/files/folders/applications/entry3234.aspx

XBAP Photostore Demo

January 14th, 2007

http://scorbs.com/2006/06/14/photostore-xbap-standalone/

Microsoft Channel 9 on XBAP

January 14th, 2007

http://channel9.msdn.com/ShowPost.aspx?PostID=216764

XBAP Demos

January 14th, 2007

http://blogs.msdn.com/tims/archive/2005/11/28/497492.aspx

What are the requirements for running a XBAP application ?

January 14th, 2007

For 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, 2007

XBAP 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, 2007

Both 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, 2007

XBAP (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, 2006

www.xbap.org

The complete resource on XBAP - XAML Browser Application.

Hello world!

December 17th, 2006

Welcome. This is my first message.