up vote 2 down vote favorite
1
share [g+] share [fb]

I deal mostly with XBAP,

Q1.XBAP normally uses the PresentationHost.exe to get the work done,What does SilverLight use?

Q2.Are there considerable differences in moving from XBAP to SilverLight ? (Experience Based or fact based answers?)

Can somebody give me a rundown?

link|improve this question
(replied to comment) – Marc Gravell Jun 14 '09 at 9:20
feedback

1 Answer

up vote 3 down vote accepted

XBAP is the regular .NET framework exposed (as WPF/XAML) in the browser; Silverlight is a much reduced framework, focusing on things like UI/media/etc. But with the advantage of cross-patform support, and (with the next version) allowing the client to take it out-of-browser.

The XAML is similar, but is not a strict subset/superset; so you can't always translate "as is" in either direction; it will also be easier to go Silverlight-to-WPF/XBAP

With Silverlight 3 on the horizon, I'm not sure I'd bother looking too hard at XBAP myself... if I wanted the full .NET, I'd go WPF/ClickOnce.

And I'm pretty sure Silverlight doesn't use presentation host...

link|improve this answer
XBAP is not so hard,WPF on the browser that is what xbap is. WPF/ClickOnce does not run from a browser! – abmv Jun 14 '09 at 8:03
Your point being? If I wanted browser, I'd go Silverlight. If I wanted full .NET, I'd go WPF via ClickOnce... that's my view. – Marc Gravell Jun 14 '09 at 8:05
Then what is XAML Browser Applications for ? – abmv Jun 14 '09 at 8:10
They have their uses - a good discussion of each is given in the answers here: social.msdn.microsoft.com/Forums/en-US/wpf/thread/… – Marc Gravell Jun 14 '09 at 8:14
I just stress that: "browser" should usually mean "cross platform"... and XBAP isn't. Silverlight is. So for a rich browser app, Silverlight would be my default. And is it really important to run WPF in the browser? What difference would ClickOnce make? – Marc Gravell Jun 14 '09 at 8:17
show 2 more comments
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.