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.

Silverlight Project

  1. Right click the blank of Project Explorer, select 'New->Silverlight Project'.
  2. Fill the project name as "Demo" and click Finish.
  3. Expand the project, it looks like below.

Silverlight Web Project

  1. Right click the blank of Project Explorer, select 'New->Silverlight Web Project'.
  2. Fill the project name as "Demo" and click Finish.
  3. 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.

Silverlight Project for JavaScript

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.

  1. Here we'll show you how to create it. First, right click the blank of Project Explorer, select 'New->Other...'.
  2. In the coming dialog, select 'Silverlight->Silverlight Project for JavaScript'.
  3. Fill the name as JavaScriptDemo and click Finish.
  4. Expand the project, it looks like below.