Domain Specific Language resources [closed]
Asked Answered
B

12

12

I was just listening to some older .Net Rocks! episodes, and I found #329 on DSLs to be interesting. My problem is that I can't find any good online resources for people trying to learn this technology. I get the basics of the creating new designers, but the MS docs on the T4 engine used by the DSL tools and then how to integrate the templates with the DSL models are lacking.

Does anyone know of some good introductory resources for the MS DSL tools?

Bernadettebernadina answered 7/8, 2008 at 6:24 Comment(1)
You may want to aggregate the answers into your question to provide a one shop stop for others.Benniebenning
C
5

The architects of the DSL Tools team wrote a book, Domain-Specific Development with Visual Studio DSL Tools. The book's website has some other links and resources.

Capita answered 10/8, 2008 at 6:59 Comment(0)
A
3

If you are interested in DSLs, Jeff Moser has written some great articles about them (and the 'meta' frame of mind you need) here, here, and here on his blog.

Arcuate answered 10/8, 2008 at 7:25 Comment(0)
M
2

Martin Fowler is currently writing a book on DSL. Here is a presentation he gave on the topic.

Mckinney answered 31/8, 2008 at 5:12 Comment(0)
M
2

For me the best source of T4 examples was this blog.

Murex answered 27/9, 2008 at 18:4 Comment(0)
F
1

Since you're looking to the MS-world, you may want to look at F#. It offers the ability to extend its syntax to write domain specific languages (see this link, page 16 for sample code).

Further answered 7/8, 2008 at 6:53 Comment(0)
C
1

I found the following page with a number of webcasts very usefull:

http://msdn.microsoft.com/en-us/vsx/cc677256.aspx

Classy answered 16/9, 2008 at 12:46 Comment(0)
S
0

A fantastic option for DSLs is Boo. I've been using it for things like setting up my IoC container, defining routes, validation rules. Ayende Rahien is writing an fantastic book on the subject for Manning called Building Domain Specific Languages in Boo

Sheeb answered 15/9, 2008 at 10:15 Comment(0)
D
0
Depopulate answered 15/9, 2008 at 10:40 Comment(0)
P
0

Martin Fowler is writing a book on DSLs. You can read his work so far here http://www.martinfowler.com/dslwip/

I also went to a good presentation by Jay Fields (His slides are here).

Premium answered 15/9, 2008 at 10:44 Comment(0)
I
0

I would recommend http://msdn.microsoft.com/en-us/vsx/cc677256.aspx for DSL Tools as a starter.

Also, check out the concept of MDSD (Model Driven Development). An expert on that topic (and DSL's) is Markus Voelter: http://www.voelter.de/

I believe there are so many similarities between MDSD, Software Production Lines and DSL's in general that this 'new' way of doing things needs to clean up it's concepts. That's one of the reasons why it's hard to find good information about the topic.

On another note, acm.org has an extensive digital library of research articles, articles from various conferences (such as OOPSLA), where you can find much information about DSL's, language designs, SPL, MDSD, and so forth.

Icon answered 17/9, 2008 at 1:29 Comment(0)
B
0

Here's a few more websites that I find useful:

Benniebenning answered 10/6, 2009 at 7:5 Comment(0)
H
0

For the Visual Studio DSL Tools (tooling to add graphical DSLs to Visual Studio), there's an introductory hands on lab here: http://code.msdn.microsoft.com/Visualization-and-Modeling-313535db

The homepage for the tooling with links to other samples is here: http://archive.msdn.microsoft.com/vsvmsdk

Hummingbird answered 15/8, 2011 at 23:49 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.