Compartir a través de


Create a Domain using "M"

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

This topic shows how to create a domain by using Microsoft code name “M” in Visual Studio 2010. It is the first step in the Getting Started with SQL Server Modeling CTP and Visual Studio 2010 tutorial. The following step is Add Schemas to a Domain.

Create the MiniNerdDinner project

  1. In Visual Studio 2010, on the File menu, click New, and then click Project.

  2. In the New Project dialog box, select Oslo MVC 2.0 Web Application.

  3. Name the project MiniNerdDinner and click OK.

  4. In the Create Unit Test Project dialog, select Yes, create a unit test project and click OK.

  5. Solution Explorer shows a MiniNerdDinner project and a MiniNerdDinner.Tests test project as shown below:

    Shows the created MiniNerdDinner project.

See Also

Concepts

Getting Started with SQL Server Modeling CTP and Visual Studio 2010