views:

80

answers:

1

can anyone tell me what is the difference in wpf and silverlight, what features has been added and removed from wpf in order to get silverlight.

+2  A: 

First Silverlight is an implementation of the CLI just like MS.NET and Mono. That is SL owns a BCL and a Garbage Collector among other features while WPF is a library framework. SL provides a subset (an useful one) of the presentation capabilites that WPF offers and add a few things new like VisualStateManager.

you should check the online documentation, there is the complete list.

Horacio N. Hdez.
VisualStateManager is part of WpfToolkit also. isn't it?
viky
yes but was introduced for Silverlight, and the toolkit isn't WPF
Horacio N. Hdez.
how can we define Toolkit then, it has controls which we use in wpf!!!
viky
anurag i see your point, but the toolkit is not part of the WPF distrib.
Horacio N. Hdez.
thanks for your responses!!
viky