How many xaml files are created when you create a new project in silverlight through visual studio and what are the uses of those files?
Answer / Naresh
When creating a new Silverlight project, Visual Studio generates at least three XAML files: MainPage.xaml (the main user interface), App.xaml (application-level resources), and App.xaml.cs (the application code-behind). MainPage.xaml contains the UI definition, App.xaml defines shared resources for the entire application, and App.xaml.cs contains the application's initialization logic.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to set silverlight contents width as 100%.
What is the difference between silverlight and flash regarding animations?
how can be a silverlight application shown in full-screen mode?
What files are contained by .xap file?
What kinds of fonts are supported with silverlight?
How many types of Layout panels in silverlight?
what is the real advantage of using excel/word files or local database in silverlight?
Give an example of how an AppManifest.xml file looks like.
How does the rendering engine work in silverlight?
What audio or video formats are supported in silverlight?
Explain the procedure of creating hyperlinks in Silverlight application?
Which language is used to design the layout in silverlight?