New Project Wizards
ESL proposes three types of Silverlight projects:
Silverlight Project, Silverlight Web Project and JavaScript project.
This topic will show you how to create them.
- Right click the blank of Project Explorer, select
'New->Silverlight Project'.
- Fill the project name as "Demo" and click Finish.
- Expand the project, it looks like below.
- Right click the blank of Project Explorer, select
'New->Silverlight Web Project'.
- Fill the project name as "Demo" and click Finish.
- Expand the project, it comprises two part: one which holds the
Silverlight Application while the second one is the Web application
which hosts the Silverlight code.
The purpose of the Silverlight Project for JavaScript is to
provide a project environment to development a Silverlight Web
application in JavaScript instead of C#. This project structure is
compatible with Sivlerlight 1.0, but be note there is some restriction
on it. For more information from here.
- Here we'll show you how to create it. First, right click the
blank of Project Explorer, select 'New->Other...'.
- In the coming dialog, select 'Silverlight->Silverlight Project
for JavaScript'.
- Fill the name as JavaScriptDemo and click Finish.
- Expand the project, it looks like below.