Begin by creating a Silverlight application.
- Create a new Silverlight project in Microsoft Visual Studio:
- Select File | New | Project. The New Project dialog box opens.
- Expand the Visual C# node and select NET Framework 4.0. Note that you may have to expand the Other Languages node to find Visual C#.
- Select Silverlight from the list of Installed Templates in the left pane.
- Choose Silverlight Application from the list of Templates in the right pane.
- Enter a name for your application, SchedulerQuickStart for example, in the Name field and click OK.
- Click OK again. A new project is created.