Question - What is the difference between Silverlight and WPF browser application?
Answer -
These are the main differences between the Silverlight and WPF browser application:
- .NET framework is needed for running WPF browser application on the client machine while Silverlight runs using only plug-in.
- The applications made in WPF depend on the operating system because .NET framework only runs on Windows. On the other hand, Silverlight plug-ins can be installed on those OS also, which are not Windows.