What is the difference between WPF and Silverlight application?

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

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

8条回答
  •  一整个雨季
    2020-12-03 05:22

    Silverlight is Microsoft’s latest development platform for building next-generation Web client applications (WPF) is Microsoft’slatest development platform forbuilding next-generation Windows client applications

    Silverlight is generally considered to be a subset of WPF, and is a XAML WPF is generally considered to be a subset of .NET Framework

    Silverlight Support Cross OS, cross browser, cross device WPF for Windows client users.

    in order to run Silverlight applications at client machines, we need to install Silverlight software on the client machine once WPF, on the other hand, does notsupport any plug-in mechanism;instead, we need to install a completed WPF client application

    Silverlight applications are hosted within a webserver and a web page. WPF applications can be deployed as standalone applications,

提交回复
热议问题