On this page....
Archives
<September 2008>
SunMonTueWedThuFriSat
31123456
78910111213
14151617181920
21222324252627
2829301234
567891011

Feed your aggregator (RSS 2.0)
Search
Categories
About

My LinkedIn profile

Powered by: newtelligence dasBlog 2.1.8102.813

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

© Copyright 2012, Christian Bækdorf

Send mail to the author(s) E-mail



Sign In
# Wednesday, September 24, 2008
« UPnP hosted device using C# / .NET and W... | Main | DSL and Visual Studio Shell tutorial: Pr... »

Microsoft DSL Tools provides an easy way to create visual languages and designers that can be hosted in Visual Studio 2008, but sometimes it could be interesting to distribute the designers to user who don’t have Visual Studio 2008 installed. This can be archived by using the Visual Studio 2008 Isolated Shell to host the DSL designers, but implementing this can be a difficult process.

As a sample of this kind of application you can look at the Storyboard designer on CodePlex or the screen dump below.

After spending some time on creating a standalone application based on Microsoft DSL Tools and Microsoft Visual Studio 2008 Shell (isolated), I have decided to write end-to-end tutorial describing all the steps necessary to create a fully deployable standalone DSL Tools based application that can be used without Visual Studio 2008 installed. All the information on how to create such an application is available on the Internet, but only as separate pieces, so it can be difficult putting it all together.

The primary audience for this tutorial will be developers familiar with DSL Tools who wants to create a standalone DSL application, but don’t have a lot of experience with Visual Studio extensibility and Visual Studio Shell development in general. Anybody else interested in the subject can of cause also use the tutorial. I will not spend a lot of time on DSL Tools, the focus will be on how to create a standalone application based on a DSL designer.

I will post the tutorial on my blog as it progresses and add links from this post.

Table of content (links will be add when new posts come)

Wednesday, September 24, 2008 7:11:37 PM (Romance Standard Time, UTC+01:00)  #    Disclaimer  |  Comments [60]  |