Windows Presentation Foundation (WPF) Question:

Explain the difference between Silverlight and WPF browser application?

WPF Interview Question
WPF Interview Question

Answer:

One of the major differences is that .NET framework is required for running WPF browser applications on the client machine. But Silverlight runs using only the plug-in. Another point of difference is that applications made in WPF depend on the OS as .NET Framework only runs on Windows. On the other hand, the Silverlight plug-in can be installed on those OSs also, which are not Windows.


Previous QuestionNext Question
Is WPF has replaced DirectX?Which methods present in the DependencyObject?