How is Silverlight different from WPF browser application?



How is Silverlight different from WPF browser application?..

Answer / Amar

Silverlight and WPF share similarities but have some key differences: 1) Runtime: Silverlight runs in a separate plug-in, whereas WPF applications run natively on the operating system. 2) Dependencies: Silverlight has fewer dependencies compared to WPF, making it more lightweight for deploying simple applications. 3) APIs and Features: While both share some APIs, WPF offers a broader range of features like advanced controls, data binding, and graphics capabilities due to its integration with the .NET Framework.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WPF Interview Questions

Why was wpf introduced?

1 Answers  


What is a prism in wpf?

1 Answers  


What deployment modes are available with wpf?

1 Answers  


What are windows presentation foundation applications?

1 Answers  


What is wpf architecture?

1 Answers  


What is wpf web browser application?

1 Answers  


Explain the advantages of wpf?

1 Answers  


Explain serialization?

1 Answers  


What is the base class for all renderable types in wpf?

1 Answers  


Explain one way, two way, one time and one way to source?

1 Answers  


What is code window?

1 Answers  


What is difference between DynamicResource property and StaticResource Property in WPF?

1 Answers  


Categories