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
In Visual Studio 2010, on the File menu, click New, and then click Project.
In the New Project dialog box, select Oslo MVC 2.0 Web Application.
Name the project
MiniNerdDinner
and click OK.In the Create Unit Test Project dialog, select Yes, create a unit test project and click OK.
Solution Explorer shows a
MiniNerdDinner
project and aMiniNerdDinner.Tests
test project as shown below:
See Also
Concepts
Getting Started with SQL Server Modeling CTP and Visual Studio 2010