CODEDIGEST InstallShield
Home Articles CodeDigest Tutorials InstallShield FAQs
Skip Navigation LinksHome » FAQs » Can you elaborate how to start a silverlight application with Visual Studio?   You are not logged in.
Search
 

Sponsors
InstallShield
 

Technologies
 

CodeDigest Navigation
 

Technology News
No News Feeds available at this time.
 

Community News
No News Feeds available at this time.
 
Can you elaborate how to start a silverlight application with Visual Studio?
Can you elaborate how to start a silverlight application with Visual Studio?
Submitted By Gaurav Arora
On 4/28/2009 11:09:42 AM
Tags: Interview Questions,silverlight  
You can find a fully described article from http://www.silverlightclub.com/resources/1858-silverlight-lets-start-building-applications.aspx.aspx
In the following step(s) I am giving the ideas all about:
1.Create a project:Here you just start your visual studio, Select your programming language [C#/VB], Choose Silverligh Template give the name and save it
2. Adding SIlverlight COntrols:One thing is happened here, controls cannot dragged onto the designer, you can draw/drag the controls on XAML page.
 (a) Naming to control:In this step just give the name to your silverligt control like for Button you can give name as : btnmySilverligtButton
 (b)Adding event handlers to Silverlight controls:Here you can give the event handlers like for click etc.
 (c)Testing Silverlight applications in Visual Studio:Now just press F5 and test your application