Why is WPF loosing terrain with Silverlight 4 coming? [duplicate]

扶醉桌前 提交于 2019-12-03 16:38:01
Ray Burns

The fuzz is that Silverlight 4 will have many of the most commonly used features of WPF that were previously lacking.

The reason Silverlight 4 can be used instead of WPF is it now has the ability to run outside a browser and access the local filesytem.

WPF should still be used when you need features that aren't available in Silverlight 4. See answers to this question for a discussion of which features those are.

I'm only speculating as to why, but I'd imagine that the recent hype behind Silverlight 4 is simply because it's the latest thing to be announced. WPF has had its fair share of updates in .NET 4.0, so I don't think it's going anywhere.

One of the biggest differences between Silverlight and WPF is that Silverlight is sandboxed, so I still see a place for WPF in desktop applications.

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