Intersoft ClientUI Documentation
Walkthrough: Create New Intersoft ClientUI MVVM Data Application (DevForce)

This topic describes how to use Visual Studio 2010 to create and build a new Intersoft ClientUI MVVM Data Application (DevForce) project. The project will create a Silverlight application with built-in navigation feature and MVVM data architecture that targets WCF RIA Services. Similar steps are also applicable for creating the project in WPF platform.

Prerequisites

You need the following components to complete this walkthrough:

Intersoft ClientUI MVVM Data Application (DevForce) Project

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

To create an Intersoft ClientUI MVVM data application (DevForce) 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 MVVM Data Application (DevForce). 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 MVVM Data Application Project Files

An Intersoft ClientUI Data Application (DevForce) project contains the following configuration, assembly references, and code files:

Intersoft ClientUI MVVM Data Application (DevForce) Project Domain Model Files

The Domain Model contains the following files:

Intersoft ClientUI MVVM Data Application (DevForce) Project Web Site Files

The Web site contains the following files:

See Also

Concepts

Other Resources