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.
- 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.