DCSIMG
Modeling - IHateSpaghetti {code}

IHateSpaghetti {code}

VSX, DSL and Beyond by Eyal Lantzman

Syndication

Coding / Architecture

Extensibility /DSL

Projects

Articles

Browse by Tags

All Tags » Modeling (RSS)
Blog post explaining how you can enable a DSL to MEF extensions
Jean-Marc published a nice post on how to enable a DSL to MEF extensios. There's a followup post for those who migrated from VS2005 and missing the magical InternalsVisibleTo attribute in their AssemblyInfo.cs. For more info on DSL tools see this code gallery page: http://code.msdn.microsoft.com/vsvmsdk Eyal

Posted by Eyal | with no comments

DslLibraries in VS2010 DSL SDK
  One of the new features for DSL in VS2010 is DSL libraries, in this post I will explain how to use the new feature.   Prerequisites : VS SDK 2010 Beta2 and higher + DSL SDK 2010 Beta2 and higher.   DslLibrary is a DSL that is used as a library – you can extended it or just use it with you DslLibrary/DSL. In order to start creating DslLibraries:   1. Start VS and then File->New->Project 2. Find the Domain-Specific Language Designer (under Other Project Type->Extensibility...

Posted by Eyal | 35 comment(s)

The M Programming Language (Oslo)
” Oslo ” is the codename for Microsoft’s forthcoming modeling platform that helps you build your own textual models. Modeling is used across a wide range of domains and allows more people to participate in application design and allows developers to write applications at a much higher level of abstraction. “Oslo” consists of: A tool that helps people define and interact with textual models in a rich and visual manner A language that helps people create and use textual domain-specific languages and...

Posted by Eyal | 7 comment(s)