Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Not really. I have found some articles regarding the <a href="http://msdn.microsoft.com/en-us/magazine/cc895632.aspx" rel="noreferrer">multi-targeting</a> option for <a href="http://blogs.msdn.com/dphill/archive/2008/08/31/hello-prism-2-0.aspx" rel="noreferrer">WPF and Silverlight</a> at the same time. At this moment, if you are not using <a href="http://www.codeplex.com/CompositeWPF" rel="noreferrer">PRISM</a>, it is quite a challenge to target both of them, fortunately achievable.</p> <p>What do you need to have in mind is that Silverlight uses a smaller (thus more limited) library than WPF.</p> <p>In response to the comments: Actually, there is already support for silverlight in PRISM (<a href="http://www.codeplex.com/CompositeWPF/Release/ProjectReleases.aspx?ReleaseId=17802" rel="noreferrer">v2</a>). The idea of PRISM is to provide guidance to developing applications not only using WPF but using <a href="http://www.codeplex.com/CompositeWPFContrib/Wiki/View.aspx?title=Prism%20to%20Silverlight" rel="noreferrer">Silverlight</a> also - Prism V2 formally was known as Composite Application Guidance for WPF and Silverlight. By using PRISM for silverlight capabilities, it would give you the warranty that your code would work on both platforms with minimal changes, if <a href="http://www.pnpguidance.net/post/Prism2Drop1CompositeWPFSilverlightApplicationGuidancePatternsPractices.aspx" rel="noreferrer">none (except maybe the different project types for visual studio)</a>.</p> <p>But of course, if you already started developing your application, you would need to change your code to use PRISM.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload