Reputation: 191
Why silver light is introduced even WPF is already exist in .net?? What we can achieve with silver light where we can't with WPF??
Upvotes: 0
Views: 211
Reputation: 45642
Silverlight needs a much smaller .net runtime to run. WPF needs full .net runtime installed in your machine. From a web application it is easy for Silverlight to penetrate a huge percentage of userbase. Also Silverligt supports Windows and Mac out of box and some limited support for Linux through Moonlight.
Upvotes: 0
Reputation: 4614
We can run it on MacOS, and in some cases on linux (moonlight project)
Upvotes: 2