Didja know? #Develop has a class designer

This is a sample:

image

I am finding #Develop to be a treasure throve of components that can be used for DSL development... with the added bonus of being accessible and easy to use.

Print | posted on Wednesday, August 27, 2008 8:45 AM

Feedback


Gravatar

# re: Didja know? #Develop has a class designer 8/27/2008 10:35 AM Martin Nyborg

Sorry but what is #Develop. I have tried Google but no results


Gravatar

# re: Didja know? #Develop has a class designer 8/27/2008 10:52 AM Dennis

http://sharpdevelop.net/OpenSource/SD/Default.aspx


Gravatar

# re: Didja know? #Develop has a class designer 8/27/2008 11:19 AM Frank Quednau

Quite some time ago I saw an MS video where they were trying to explain their DSL-making tools. Suffice to say it was so technical that they totally failed to sell it to me. I can only find a download from 2005, seems like they abandoned the whole thing. Have you ever looked into that stuff?


Gravatar

# re: Didja know? #Develop has a class designer 8/27/2008 2:35 PM Ayende Rahien

SharpDevelop - an OSS IDE
http://sharpdevelop.net/


Gravatar

# re: Didja know? #Develop has a class designer 8/27/2008 2:39 PM Ayende Rahien

Briefly enough to know that I don't like it.
http://www.ayende.com/Blog/archive/2007/11/25/Graphical-Domain-Specific-Languages.aspx


Gravatar

# re: Didja know? #Develop has a class designer 8/27/2008 3:04 PM Sify

MS didn't abandoned the DSL tools. They are a part of the Visual Studio Extensibility package (http://msdn.microsoft.com/en-us/vsx/default.aspx) as well as other stuff for VS 2008.
Int the middle of the page there is a link to their Domain-Specific Language Tools Documentation.


Gravatar

# re: Didja know? #Develop has a class designer 8/27/2008 6:24 PM Scott White

Never used this one. I will give it a try. The name reminds me of MonoDevelop which I've at least opened on Linux ;-)


Gravatar

# re: Didja know? #Develop has a class designer 8/27/2008 8:03 PM Howard van Rooijen

Hi,

Have you seen some of the free frameworks that Francois Vanderseypen has been working on over the last few years?

Unfold (WPF)
http://www.orbifold.net/Unfold/

Netron (winforms):
http://www.orbifold.net/netron/

simply awesome stuff.


Gravatar

# re: Didja know? #Develop has a class designer 8/28/2008 7:18 AM Mike Brown

@Frank
Think of Microsoft's DSL Tools (part of the Visual Studio SDK) as a Designer Designer. Basically, you use DSL Tools to design a designer for a DSL. Some examples of solutions built using DSL tools include the designers for LINQ to SQL, Entity Framework, and the 2008 Class Designer. There is a designer for nHibernate that uses DSL Tools to generate your hbm files.

Yes I know that 3 of the 4 examples I just gave were for O/RM tools but it's a perfect example of a solution that can be addressed with DSLs.

Comments have been closed on this topic.