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 Posted / 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 |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category