Interview Question in SilverLight


 

Interview Question :: What is the difference between WPF and Silverlight?

 What is the difference between WPF and Silverlight?

by ksk
VoteNowAnswers to "What is the difference between WPF and Silverlight?"

 Silverlight uses a particular implementation of a XAML parser, with that parser being part of the Silverlight core install. In some cases, the parsing behavior differs from the parsing behavior in Windows Presentation Foundation (WPF), which also has a particular implementation.

by ksk

WPF(Windows Presentation Foundation) use for the Desktop Application and SilverLight is use for Web Applications (Rich Internet Applcaions).

Both Have their seperate XAML parser.