What is the difference between WPF and Silverlight application?

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

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

相关标签:
8条回答
  • 2020-12-03 05:26

    wpf is window application and Silverlight is web application

    0 讨论(0)
  • 2020-12-03 05:27

    WPF is essentially the replacement to Winforms in that it is a desktop application platform built on the .Net (3+) platform.

    Silverlight represents a subset of WPF that is delivered through a browser plug-in, much like Flash/Flex.

    0 讨论(0)
提交回复
热议问题