This walkthrough shows you how to create a new project using avaiable Intersoft ClientUI Silverlight project template.
In this walkthrough, you perform the following tasks:
- Create a new Silverlight ClientUI project using Intersoft ClientUI project template.
Prerequisites
You need the following components to complete this walkthrough:
- Visual Studio 2010
- Silverlight 4 Tools for Visual Studio 2010
- Intersoft ClientUI
Creating a Silverlight Intersoft ClientUI Project
This section describes how to create new Intersoft ClientUI project in Visual Studio using the available Intersoft ClientUI project template. This walkthrough is using Visual C# template. However, ClientUI also provides the project templates in Visual Basic.
To create a Silverlight Intersoft ClientUI project
- Start Visual Studio 2010.
- On the File menu, click New and then Project.
- The New Project dialog box appears.
- In the Installed Templates pane, expand the Visual C# node and select Silverlight.
- Select the ClientUI template you wish to use in your project.
- Specify a Name and a Location for the application and then click OK.
To learn more how to create ClientUI project using other templates, see:
- Walkthrough: Create New Intersoft ClientUI Application Template
- Walkthrough: Create New Intersoft ClientUI MVVM Application Template
- Walkthrough: Create New Intersoft ClientUI Basic Navigation Application Template
- Walkthrough: Create New Intersoft ClientUI Advanced Navigation Application Template
- Walkthrough: Create New Intersoft ClientUI MVVM Business Application Template
- Walkthrough: Create New Intersoft ClientUI Desktop Application Template