Hi friends
What features are missing from Silverlight presentation markup that will be supported in WPF?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Apr 18, 2012, 11:41 PM
Some high-end Windows specific features of WPF, such as real 3D, hardware-based video acceleration, and full document support, will not be supported in Silverlight. This is by design in order to serve Silverlight's cross-browser, cross-platform reach scenario that demands a light weight plug-in. That being said, Silverlight will offer a uniform runtime that can render identical experiences across browsers on both Mac OS and Windows.
Thanks
Jignesh TrivediPosted Apr 18, 2012, 11:24 PM
WPF can not access mutiple operating system.Sliver light runs on Windows or Mac operating systems(via moon light).
Silverlight doesn't support the binding mode, OneWayToSource, or Explict UpdateSourceTriggers.
Silverlight defaults to OneWay databinding if none is set, while WPF uses the default mode specified by the dependency property.
Silveright doesn't support MultiBinding.
Silverlight supports the XmlDataProvider but not the ObjectDataProvider. WPF supports both.
hope this help.
SenthilkumarPosted Apr 18, 2012, 11:22 PM
I am not sure about this.
I suggest you to go through these threads.
http://stackoverflow.com/questions/944608/wpf-vs-silverlight
http://www.paulstovell.com/presentation-technologies