I am currently learning wpf / silverlight. I would like to ask who among them is using graphics, 3D, ... Is better for People say "Silverlight is a subset of WPF" - what do they mean that the programming model is the same?
(Code + XAML), but Silverlight usually has a smaller API / less features than WPF.
I think a good example would create a reflection in WPF, you can use a VisualBrush, but Silverlight does not support it. You can still make the same effect by creating a second conversion element. You can complete the same task in both of them, however, you may have to do some processing work on the server for Silverlight.
The platform option depends more on whether or not you want to target web deployment and possibly display
3D is not implemented in Silverlight 4 (though There are 3D libraries). 3DS will be part of the Silverlight 5. (Beta is coming soon, probably in MX, and is to be released this year).
Comments
Post a Comment