Browse by Tags
All Tags »
DSL (
RSS)
New msdn page on Visual Studio extensibility - UML Tools, DSL Tools , IDE, Debugger, and much more. Check it out - here
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
In this post: 1) General overview of the way the toolbox items work in DSL tools for VS2010 2) Toolbox related Changes from VS2008 to VS2010 3) Customization of static toolbox items - how to grouped model elements into single toolbox item In VS 2010 we change the way we manage toolbox items from being set explicitly during package initialization to being partially set(*) before the package has been created and initialized. The toolbox items that are set this way called static toolbox item...
תגים:C#, SDK, DSL, Best Practices, DEV, Visual Studio 2010, .NET 4.0, Visual Studio 2008, VS2008, VS10, VS2010
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...
As of yesterday, you can download the new version of the DSL SDK . We fixed some bugs and we added some really cool features such as better templates for WPF and Winforms based designers, T4 code generation at build time, domain model extensibility (you can even extend the Dsl designer itself), and DslLibraries and much more. For the full list see Jean-Marc's post . There's a known issue with debugging Dsl designers using F5 - the toolbox items won't appear in the exp hive. In order to...
Jean-Marc has released another sample over the weekend: Domain Model Extensibility, here is a quote from his post : "The sample presents a DSL to explain the architecture of a multi-Tiered application. Each tier is made of components, which have ports. Connections are made between output ports and input ports. What is new is that a Domain Model Extension will add a “Security Extension” thus providing to the toolbox new items (an Audit Log), to a Tier new decorators, to Ports three new Domain...
The first DSL SDK 2010 Beta1 was just added by Jean-Marc and it demonstrates the usage of our new feature - ModelBus, used for model referencing. The code and the documentation is available here: http://code.msdn.microsoft.com/DslTools Side note: check out my first feature as MS employee - the ModelBus Picker - the WPF-based reference picker that pops when you click on the ellipsis for ModelBusReference typed properties ;-) Feedback is appreciated
Jean-Marc has just announced about our release of DSL SDK for VS2010 Beta1 ! In that posts he covers about the new features we've added, sample and more! We have a new code gallary page that is worth checking out: http://code.msdn.microsoft.com/DslTools (I planning to write a sample regarind our new WPF databinding features in the next week or two). You can download the SDK here . Cheers
” 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...
The SharpLudus project is intended to streamline digital games development through Software Factories. It provides visual languages, frameworks and tools, integrated with Visual Studio, to empower the creation of XNA games. Check out the video and the project @ Codeplex
After a month of absence - blog carnival returns! I had some time this weekend to catch-up so here are the highlights (a lot of Domain Driven Design (DDD) !!!) DSL DSL Migration - very nice post by Martin Fowler DDD DDD & Many to Many Object Relational Mapping - by Udi Dahan ALT.NET DDD Podcust comments - another one by Udi Dahan Domain Driven Design: A Step by Step Guide - by Casey Charlton DDD: The Ubiquitous Language - by Casey Charlton DDD: There Is No Database - by Casey Charlton DDD: Command...
The guys in NetFxFactory wrote a great walkthrough on how you can create multiple views to a single DSL model. Very useful (and cool)!
Been a bit tide up the last couple of weeks but never the less I would like to start the new year with a new post - Blog Carnival #12 DSL Tools & Team Architect & T4 Stuart Kent posted about our move back to Team Architect and what are the goals for the future VSTA, the enterprise architect and the application lifecycle by Clemens Reijnen The VSTA Layer Diagram and the P^P App Arch Guide 2.0 by Clemens Reijnen Getting App Arch Guid Knowledge in VSTS2010 –Create Diagrams from Code by Clemens...
תגים:ASP.NET, Ajax, C#, F#, DSL, Agile, EA, DEV, ASP.NET MVC, Blog Carnival, Visual Studio 2010, UML, .NET 4.0, T4
There is an interesting open source project in codeplex that is based on DSL Tools, I saw just the videos but it looks promising. Here's the projects summery and pictures Sculpture is a .NET open source Model-Driven Development code generation framework ideal for creating and managing .NET Enterprise Applications. With Sculpture you can model your application components, and then transform this model to deployable components with your favorite technology. Sculpture comes with a host of ready...
תגים:WCF, WPF, ASP.NET, C#, LINQ, Winforms, SQL, .NET 3.5, DSL, framework, Architecture, NHibernate, ORM, Agile, .NET 3.5SP1, Screencast, DEV, ASP.NET MVC, Visual Studio 2010, UML, .NET 4.0, Visual Studio 2008
Simple types such as string's and int's are nice but if you really want to leverage you DSL and use you types you need a couple of things: 1) You need to add it to the DSL designer 2) You need to serialize it somehow The first part is not very hard there two ways to do it: 1) Edit you DslDefinition.dsl in xml editor – look for //Types/ExternalType and add one of your owns (don’t forget to reference the assembly) 2) You can use DSL Explorer window and add it from there – just click on the...
More Posts
Next page »