What is the best place to start silverlight application?
Answer Posted / 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 |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category