Intersoft ClientUI Documentation
Walkthrough: Create a New Silverlight Ribbon Application From Project Template

This topic describes how to use Visual Studio 2010 to create and build a new Intersoft ClientUI Ribbon Application project. This project template will create a Silverlight application with rich ribbon user interface and adaptive command manager.

This template is ideal to build business applications with relatively large modules and features. The template ships with predefined MVVM infrastructure that demonstrates how to use UXRibbonBar as a command placeholder that dynamically change its content based on the active module. It also includes fully-functional MVVM examples such as Mail and Calendar which are implemented with the advanced data controls available in ClientUI.

Prerequisites

You need the following components to complete this walkthrough:

Intersoft ClientUI Ribbon Application Project

A ribbon application project is created by using the Intersoft ClientUI Ribbon Application project template. Use the following steps to create a new ribbon application project. The steps below are based on Visual C# project, similar steps is expected in using Visual Basic.

To create an Intersoft ClientUI Ribbon application project

  1. Start Visual Studio 2010.
  2. On the File menu, click New and then Project.
  3. The New Project dialog box appears.
  4. In the Installed Templates pane, expand the Visual C# node and select Silverlight.
  5. In the list of templates, select Intersoft ClientUI Ribbon Application. The following illustration shows an example of the Silverlight project templates.
  6. Specify a Name and a Location for the application and then click OK.
  7. To build the Silverlight application project, in the Build menu, click Build Solution.
  8. To debug the Silverlight application project, in the Debug menu, click Start Debugging.
  9. To run the Silverlight application project, in the Debug menu, click Start Without Debugging.

Intersoft ClientUI Ribbon Application Project Files

An Intersoft ClientUI Ribbon Application project contains the following configuration, assembly references, and code files:

See Also

Concepts

Other Resources