New Project Wizards

ESL proposes two types of Silverlight projects: Silverlight Project and Silverlight Web 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.