Microsoft Siverlight Creating Application
Microsoft Siverlight Creating Application
Description
The following steps describe the Microsoft Silverlight creating application.
Step - 1
Open the Visual Studio 2013 ultimate.
Step - 2
Go to FILE
->
New->Project as shown in the below figure.
Step - 3
Then, the following window will appear in which select the
Silverlight -> Silverlight Application and then assign the
Name as you want and click on
Ok button.
Step - 4
Then, the following window will appears in which Select the
ASP.Net Web Application Project and then click on
Ok.
Step - 5
Then, the project will be created as shown in the below figure.
Description
All the files and folders reside in
Solution Explorer similar to ASP.Net Web Application. See the below figure which shows you the files structure in the Silverlight.
Note
- Click on the MainPage.xaml which is used to design our applications.
- MainPage.xaml.cs is used to write the bussiness logic.
Points
- Microsoft Siverlight Creating Application - Process of creating Microsoft silverlight application.
- File Folder Structure - Resides in solution explorer similar to ASP.Net.