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 |
What is clipping in silverlight?
What are dependency properties in silverlight?
What is SilverLight ? Can SilverLight run in other platforms other than window?
Expression studio orvisual studio, which one better to use for developing silverlight application?
How would you implement drag-and-drop in silverlight?
What is the use of the ClientBin folder?
which types of video files can silverlight support?
Can we add the reference of a class library project in silverlight application project?
Give a brief description of the .XAP file
How to use xaml namescope at run time?
What are the main features and benefits of Silverlight?
What are the benefits of silverlight?