Build a Domain Specific Language with DSL Tools - Design a service-oriented system
(Page 2 of 6 )
- Login to Windows by clicking Right-ALT Delete
Username: administrator
Password: pass@word1
- Open Visual Studio 2005 Beta 2 by clicking on the Visual Studio 2005 Beta 2 shortcut on the desktop.
Visual Studio 2005 Beta 2 opens.
- On the FILE menu, point to New …and click Project.
- Browse to Other Project Types and open the folder.
- Select Extensibility in the folder Other Project Types.
- Select Domain Specific Language Designer.

- Type in the name of our domain-specific language: BizEntity.
- Type in the path for the new project: c:\dslhol
- Press Enter to dismiss the New Project dialog box.
The DSL Tools wizard appears
- Click Next

- On the next page select the Blank Language template.

- On the next page, type in our desired file extension for business entity files: biz.

- Leave the rest of the settings on this page alone.
- You can ignore the rest of the wizard for now and just press Finish.
- The DSL Tools for Visual Studio will generate the designer solution. Be patient, this takes a little while.

Next: Build a Domain Model for Business Entities >>
More BrainDump Articles
More By MSDN Virtual Labs