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
2010-03-22 14:03:29
+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
2010-03-22 14:13:44