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 a silverlight application shown in full-screen mode?
What is the best place to start silverlight application?
What is the difference between Silverlight4 and Silverlight5?
What is the different development tools used in silverlight?
How would you use a .xap file?
What is the official name for Silverlight?
What are the features and benefits of Silverlight5?
What kinds of fonts are supported with silverlight?
What is Moonlight?
What is silverlight tool kit?
Is it ok to uninstall microsoft silverlight?
Does silverlight have a system.console class? Why?