views:

153

answers:

1

Can anyone recommend any good resources (online or books) for learning how to use visual studio's domain specific language tools? I know the msdn site has some pretty good walk-throughs/tutorials but I am looking for something more detailed.

+4  A: 

I found the DSL tools lab found here to be quite useful. You might also find the book "Domain-Specific Development with Visual Studio DSL Tools" (here) useful as well.

Finally, it has been my experience that although the DSL tools seem quite intimidating at the outset once you get started it's really quite easy to "learn the ropes".

Jeff Stong
I'd second the book recommendation above!
Preet Sangha