Windows Presentation Foundation (WPF) Question:

Explain the difference between Silverlight and WPF browser application?

Tweet Share WhatsApp

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.

Download WPF PDF Read All 57 WPF Questions
Previous QuestionNext Question
Is WPF has replaced DirectX?Which methods present in the DependencyObject?