-
as seen on Stack Overflow
- Search for 'Stack Overflow'
We are considering Microsoft DSL toolkit for creating some abstract designers. I already did some POCs, but would like to get some opinions on the same.
Any one here to share their experiences working with Microsoft DSL Toolkit and T4? Also, any pointers to open source DSL projects will help - Eg…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a DSL containing two main domain classes: Area and Entity. Areas are represented visually by a GeometryShape, whereas entities are represented by a CompartmentShape. Entities can be embedded in an Area, or not (in this case they are embedded in the root object, which is a kind of Area). There…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
A partner of mine asked this,
Hello,
I am using C# and DSL Tools for
VS2005.
I need to create Transactions to
change some data but i want them to be
hidden from the user, that means, to
not show in the UNDO list in VS2005.
store.UndoManager.UndoState = UndoState.Disabled;
this…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I need to build a DSL Solution using MsBuild and want to be able to transform the TT files, I have tried the guide on http://msdn.microsoft.com/en-us/library/ee847423(VS.100).aspx but I am getting the following errors:
Failed to resolve include text for file:{0}
and also
Loading the include…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have the Domain-Specific development with VS DSL Tools book by Cook, Jones, et.all
The book and various tutorials online mention a NamedDomainClass tool that should be present in the DSL Designer toolbox. I have installed VS 2010 beta 2 on Win XP - however this tool is missing in the toolbox.
I've…
>>> More