WPF win app and browser app

Posted by pdiddy on Stack Overflow See other posts from Stack Overflow or by pdiddy
Published on 2010-04-15T02:31:50Z Indexed on 2010/04/15 2:43 UTC
Read the original article Hit count: 546

Filed under:
|

I'm hearing this alot, that you can develop an app in WPF and run it as a desktop app or in a browser.

Is this really true?

I've install visual studio 2010 and I see 2 project templates : WPF Windows Application and WPF Browser Application (XBAP).

Currently reading a book on WPF, it talks about Page-Base app, which can be use for navigation. To creatre an app to run on your browser you have to use the WPF Browser Application.

So if I start with WPF Windows Application template can I run it in a browser ? I am assuming not since most of my class will be Window and not Page ....

© Stack Overflow or respective owner

Related posts about wpf

Related posts about .NET