what is the relationship between silver light, wpf and xaml?
Answer / Yogesh Chandra Joshi
Silverlight, WPF (Windows Presentation Foundation), and XAML (eXtensible Application Markup Language) share a common underlying technology stack. XAML is an XML-based markup language used for declaring user interfaces.n1. Silverlight: A web-focused version of the .NET Framework that allows creating rich interactive applications in the browser.n2. WPF: A UI framework for building desktop applications within the .NET Framework.n3. Both Silverlight and WPF use XAML for defining user interfaces, but they have differences in their underlying functionality and capabilities.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between silverlight and flash regarding animations?
What is the procedure to add an event handler in managed code?
What features are missing from silverlight presentation markup that will be supported in windows presentation foundation?
Describe the different layout controls available with the use of Silverlight
where is the silverlight application present?
What files are contained by .xap file?
can we add the reference of class library project in silver light application project?
What are the necessary step that need to be performed in order to download content from within silverlight?
Does silverlight supports database connectivity? Explain
When would a customer use silverlight instead of windows presentation foundation (wpf)?
What kind of brush does silverlight support?
What is the usage of clientbin folder?