Give an example of how an AppManifest.xml file looks like.
Answer / Vibhut Narayan Pandey
{"<?xml version="1.0" encoding="utf-8"?>
<Application x:Class="MySilverlightApplication.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" StartupUri="MainPage.xaml">
</Application>"}
| Is This Answer Correct ? | 0 Yes | 0 No |
How would you perform event handling in silverlight?
What do you know by silverlight runtime?
What is the difference between wpf (windows presentation foundation) and microsoft silverlight?
What are differences between silverlight and wpf?
When would one use silverlight instead of asp.net ajax?
what are the advantages of extensible application markup language (xaml) over c# or vb.net?
Explain with example how to change the default page of the silverlight application.
What is the procedure to add an event handler in managed code?
Describe how to perform event handling in silverlight.
What is the use of AppManifest.xml file in Siverlight Application?
what is .xap file?
What are the different classes used in visual tree?