tags:

views:

39

answers:

2
+1  Q: 

WPF application

Hi I am new to WPF.. Can any one tell what is the difference between standalone applications and XAML browser applications (XBAPs) and how it differs in handling navigation and other stuff..

+1  A: 

The only difference i know of is that one runs as a normal .exe file and XBAPs run in the browser but with restricted access to the host system.

Petoj
+2  A: 

Tip: forget XBAP, its going. Its all about WPF and Silverlight now.

Silverlight is basically a subset of WPF, there are some limitations and restrictions.

But the core system of these two is the same so if you are a beginner, just pick one. Learn XAML and you'll get two for the price of one. It'll be some time before you have to worry about the differences.

Henk Holterman