Brian Mains
Brian Mains

Reputation: 50728

Silverlight 4 and WPF Compatibility

So if I created a Silverlight app, can I take the markup + code and put it in a WPF app? I was just curious if we decide to use Silverlight, whether I could also take advantage of WPF Windows clients too.

Upvotes: 0

Views: 215

Answers (2)

Patrick
Patrick

Reputation: 991

This MSDN article may be a good reference as to where SL4 and WPF4 diverge:

WPF Compatibility

Upvotes: 0

Peter Kiers
Peter Kiers

Reputation: 602

You could always make your Silverlight application run Out-Of-Browser, just keep in mind you have a security sandbox which you dont have with WPF. Also Silverlight would be able to run on Macintosh without use of Mono which could be a benefit.

Upvotes: 2

Related Questions