What is the difference between WPF and Silverlight application?

前端 未结 8 1887
长情又很酷
长情又很酷 2020-12-03 04:29

What is the difference between WPF and Silverlight application? Are they the same?

8条回答
  •  旧巷少年郎
    2020-12-03 05:21

    Silverlight (codenamed WPF/E) is a cross-platform, cross-browser, browser plugin which contains WPF-based technology (including XAML)[17] that provides features such as video, vector graphics, and animations to multiple operating systems including Windows Vista, Windows XP, and Mac OS X, with Microsoft sanctioned 3rd party developers working ports for Linux distributions.[18] Specifically, it is currently provided as an add-on for Mozilla Firefox, Internet Explorer 6 and above, and Apple Safari. Silverlight and WPF only share the XAML presentation layer.

    WIKI

提交回复
热议问题