Definitive source(s) for the difference between Silverlight and WPF

流过昼夜 提交于 2019-12-18 04:09:14

问题


Does anyone know of a definitive guide or guides that tells us the differences between WPF and Silverlight. I know that Silverlight, for example, doesn’t have all the controls and all the namespaces that WPF has. Is there a source which tells me exactly what controls and namespaces are absent in Silverlight?

There are other things that I know off the top of my head, like only allowing asynchronous communications using basic http binding. Also, Silverlgiht doesn’t have all of the type converters out of the box.

Anyone else have interesting experiences with the nuances or know of sources that explain them?


回答1:


XAML Processing Differences Between Silverlight and WPF

WPF Compatibility




回答2:


Two more useful resources -

Guidance on Differences Between WPF and Silverlight: http://wpfslguidance.codeplex.com/

Contrasting Silverlight and WPF: http://msdn.microsoft.com/en-us/library/ff921107(v=pandp.20).aspx



来源:https://stackoverflow.com/questions/598703/definitive-sources-for-the-difference-between-silverlight-and-wpf

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!