DCSIMG
VSSDK,SDK,Visual Studio 2010 - IHateSpaghetti {code}

IHateSpaghetti {code}

VSX, DSL and Beyond by Eyal Lantzman

Syndication

Coding / Architecture

Extensibility /DSL

Projects

Articles

Browse by Tags

All Tags » VSSDK » SDK » Visual Studio 2010 (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)