2

For the last couple of years I have worked with Silverlight (from version 2 to 4) and never seriously used WPF. Are there any quick tours/links/tutorials that explains and introduces WPF: differences to Silverlight and its unique features?

akjoshi
  • 15,374
  • 13
  • 103
  • 121
VoodooChild
  • 9,776
  • 8
  • 66
  • 99

2 Answers2

4

A possible duplicate of WPF vs Silverlight?

Anyway, it won't be hard, as WPF introduces a greater feature set, and most are MORE extensive than SL. It's a like bit more features built ON TOP of SL, so your existing skills will definitely do. (I did the other way around, from WPF to Silverlight - for some web apps, and I confirm that it is harder)

Community
  • 1
  • 1
Can Poyrazoğlu
  • 33,241
  • 48
  • 191
  • 389
  • Thanks. That question is about two years old and some of the answers are outdated, but it is still a great link! – VoodooChild Jul 20 '11 at 01:51
3

These links might be helpful -

WPF Compatibility http://msdn.microsoft.com/en-us/library/cc903925%28VS.95%29.aspx

Writing Cross-Platform XAML Applications http://blogs.msdn.com/b/mikeormond/archive/2010/12/09/writing-cross-platform-xaml-applications.aspx

XAML Processing Differences Between Silverlight Versions and WPF http://msdn.microsoft.com/en-us/library/cc917841%28VS.95%29.aspx

Porting from WPF to Silverlight: The Missing Pieces, Part 2 http://blogs.microsoft.co.il/blogs/arik/archive/2010/09/23/porting-from-wpf-to-silverlight-the-missing-pieces-part-2.aspx

akjoshi
  • 15,374
  • 13
  • 103
  • 121