Browse by Tags
All Tags »
VSTS2010 »
VSX (RSS)
There is already a post on the forum, about that, but I feel that I need to communicate a bit more. What is the problem? You downloaded and installed the brand new VS2010 Beta2, installed the VSSDK, and the DSL SDK You unfold a new Dsl, let’s say
Read More...
Pascal Recchia and Anthony Guérot from Mexedge just published a new article: " Provide an improved user experience to your DSL's " about how to use WPF with your DSLs even in Visual Studio 2008. The technology they use is similar to what we
Read More...
I was going to blog a bit about pre-processed T4 templates, that Gareth already explained a few months ago ( rationale and basic design ), when my attention was drown on Pablo’s posts about the subject: VS10 Beta 1 / T4 Preprocessing part 1 explains why
Read More...
Behavior in previous versions of the DSL Tools In previous versions of the DSL Tools, the copy/cut/paste of model elements did not work very well. There were limitations, and even bugs that prevented very elaborate scenarios. In case you are interested,
Read More...
Behavior in previous versions of the DSL Tools In previous versions of the DSL Tools, such as, in the DSL Class diagram which is provided as a sample, you could very easily end-up with a very cluttered diagram: New behavior With the moveable decorators
Read More...
Behavior in previous versions of the DSL Tools In previous versions of the DSL Tools, each time you wanted to create a shape or a connector, you had to: go to the toolbox, and click on the domain shape / connector that you wanted to create Come to the
Read More...
We just published a new sample demonstrating how to extend a DSL after it has shipped. The sample presents a DSL to explain the architecture of a multi-Tiered application. Each tier is made of components, which have ports. Connections are made between
Read More...
Today we made a new Beta1 sample available on the Code Gallery ( http://code.msdn.microsoft.com/DslTools ). This sample, named ImsLocks, explains how a DSL author can prevent the DSL user from editing partially or completely his designer. This can be
Read More...
I’m excited to announce you that we just posted a first DSL SDK 2010 Beta1 sample available from http://code.msdn.microsoft.com/DslTools . This sample demonstrates the use of the ModelBus. the source code is available here StateMachineOverModelBus.zip
Read More...
After the Visual Studio 2010 SDK announcement yesterday, it’s my turn to be excited to announce the availability, today, of the Visual Studio 2010 DSL SDK Beta1 ! A separate download? Why? Visual Studio 2010 ships with the DSL Tools and T4 runtime
Read More...
Until now, I have been using Clarius’s T4 editor . However, Oleg recently wrote a post where he presents an overview of a new T4 editor he has been using: Tangible engineering’s T4 editor . I did not have time to download it, busy as we are preparing
Read More...