What is the best place to start silverlight application?
Answer / Arun Kaurav
To begin a Silverlight application, you can follow these steps:n1. Install Visual Studio: Download and install Microsoft's Integrated Development Environment (IDE), Visual Studio, which includes support for Silverlight development.n2. Create a new project: In Visual Studio, create a new Silverlight Application by selecting 'New Project' from the File menu and choosing 'Silverlight Application' under the Visual C# or Visual Basic categories.n3. Design and code your application: Use the XAML markup language to design the user interface (UI), and write code in C# or VB.NET to handle events and create business logic.n4. Test your application: Press F5 to build and run your Silverlight Application directly in the browser.
| Is This Answer Correct ? | 0 Yes | 0 No |
how can be the default page settings changed for a silverlight page ?
What are the different development tools used in silverlight?
Can you provide a list of layout management panels and when you will use them?
what are the steps will followed when consuming wcf in silver light?
Is silverlight the official name for “wpf/e”?
Explain the element tree in silverlight architecture?
What files are contained by .xap file?
what is the use of client bin folder?
How to use xaml namescope at run time?
How would you use a .xap file?
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?
How can you change the startup page of silverlight application?