What is the difference between WPF and Silverlight application ? Are they the same ?
|
feedback
|
|
WPF is based off of the desktop CLR which is the full version of the CLR. Silverlight is based on a much smaller and more compact CLR which provides a great experience but does not have the full breadth of CLR features. It also has a much smaller version of the BCL. | |||||
feedback
|
|
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. | |||
|
feedback
|
|
Silverlight is a subset of WPF. Once it was known as WPF/E (WPF everywhere). In fact, the base framework is similar, but not the same. See this for further information: Silverlight "WPF/E" first steps: Getting started with simple analog clock, Introduction - What is WPF/E? Matthias | |||
|
feedback
|
| |||
|
feedback
|
|
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, | |||
|
feedback
|