Sign in
Jean-Marc Prieur's Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Code Index SDK
DSL Tools
T4
Visual Studio 2010
Visual Studio 2012
VS2010
VSTS2010
VSX
Archive
Archives
September 2012
(1)
August 2012
(1)
June 2012
(1)
April 2012
(1)
March 2012
(3)
February 2011
(1)
August 2010
(1)
June 2010
(1)
May 2010
(4)
April 2010
(5)
February 2010
(3)
December 2009
(1)
October 2009
(3)
September 2009
(1)
July 2009
(7)
June 2009
(3)
May 2009
(1)
April 2009
(1)
March 2009
(1)
January 2009
(1)
November 2008
(2)
September 2008
(1)
August 2008
(1)
May 2008
(1)
April 2008
(3)
MSDN Blogs
>
Jean-Marc Prieur's Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Jean-Marc Prieur's Blog
You are using the DSL Tools? I would like to know you better!
Posted
over 4 years ago
by
Jean-Marc Prieur
2
Comments
Among other things, I’m preparing my talk to the Development Tools Ecosystem Summit in Redmond October 19-23, and it’s the time, after the hard work we’ve been doing on producing the Beta2 of Visual Studio, to come back to you, customers and partners...
Jean-Marc Prieur's Blog
An Article about DSLs and WPF : “Provide an improved user experience to your DSLs”
Posted
over 4 years ago
by
Jean-Marc Prieur
0
Comments
Pascal Recchia and Anthony Guérot from Mexedge just published a new article: " Provide an improved user experience to your DSL's " about how to use WPF with your DSLs even in Visual Studio 2008. The technology they use is similar to what we...
Jean-Marc Prieur's Blog
Pre-processed T4 templates
Posted
over 4 years ago
by
Jean-Marc Prieur
0
Comments
I was going to blog a bit about pre-processed T4 templates, that Gareth already explained a few months ago ( rationale and basic design ), when my attention was drown on Pablo’s posts about the subject: VS10 Beta 1 / T4 Preprocessing part 1 explains why...
Jean-Marc Prieur's Blog
Copy / Cut / Paste of model elements
Posted
over 4 years ago
by
Jean-Marc Prieur
2
Comments
Behavior in previous versions of the DSL Tools In previous versions of the DSL Tools, the copy/cut/paste of model elements did not work very well. There were limitations, and even bugs that prevented very elaborate scenarios. In case you are interested...
Jean-Marc Prieur's Blog
Copy paste to an image
Posted
over 4 years ago
by
Jean-Marc Prieur
0
Comments
Behavior in previous versions of the DSL Tools In previous versions of the DslTools, when you wanted to export a selection to an image, or to the Clipboard, you had to write some custom code, or just take a screen copy of what you wanted. New Behavior...
Jean-Marc Prieur's Blog
Moveable decorators
Posted
over 4 years ago
by
Jean-Marc Prieur
0
Comments
Behavior in previous versions of the DSL Tools In previous versions of the DSL Tools, such as, in the DSL Class diagram which is provided as a sample, you could very easily end-up with a very cluttered diagram: New behavior With the moveable decorators...
Jean-Marc Prieur's Blog
Sticky toolbox items
Posted
over 4 years ago
by
Jean-Marc Prieur
2
Comments
Behavior in previous versions of the DSL Tools In previous versions of the DSL Tools, each time you wanted to create a shape or a connector, you had to: go to the toolbox, and click on the domain shape / connector that you wanted to create Come to the...
Jean-Marc Prieur's Blog
UI Enhancements in Visual Studio 2010 DSL SDK Beta1
Posted
over 4 years ago
by
Jean-Marc Prieur
0
Comments
Introduction In the Visual Studio 2010 DSL SDK Beta1, we added a few UI enhancements to the graphical designers. This post and the following aim at starting presenting them. I’ll update the links in this post to the following posts as I write them, The...
Jean-Marc Prieur's Blog
Pablo Galiano blogs about Visual Studio 10 extensibility and provides samples
Posted
over 4 years ago
by
Jean-Marc Prieur
0
Comments
Pablo Galiano , from Clarius, has produced some nice content explaining the Visual Studio 10 extensibility, which is based on the notion of VSIX, and also uses a lot MEF. He gives some links MEF, and presents the Microsoft.VisualStudio.ComponentModelHost...
Jean-Marc Prieur's Blog
New sample demonstrating the Domain Model Extensibility
Posted
over 4 years ago
by
Jean-Marc Prieur
0
Comments
We just published a new sample demonstrating how to extend a DSL after it has shipped. 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...
Jean-Marc Prieur's Blog
New Beta1 sample available: ImsLocks.
Posted
over 4 years ago
by
Jean-Marc Prieur
0
Comments
Today we made a new Beta1 sample available on the Code Gallery ( http://code.msdn.microsoft.com/DslTools ). This sample, named ImsLocks, explains how a DSL author can prevent the DSL user from editing partially or completely his designer. This can be...
Jean-Marc Prieur's Blog
A ModelBus sample is now available !
Posted
over 4 years ago
by
Jean-Marc Prieur
1
Comments
I’m excited to announce you that we just posted a first DSL SDK 2010 Beta1 sample available from http://code.msdn.microsoft.com/DslTools . This sample demonstrates the use of the ModelBus. the source code is available here StateMachineOverModelBus.zip...
Jean-Marc Prieur's Blog
Announcing the Visual Studio 2010 DSL SDK Beta 1
Posted
over 4 years ago
by
Jean-Marc Prieur
8
Comments
After the Visual Studio 2010 SDK announcement yesterday, it’s my turn to be excited to announce the availability, today, of the Visual Studio 2010 DSL SDK Beta1 ! A separate download? Why? Visual Studio 2010 ships with the DSL Tools and T4 runtime...
Jean-Marc Prieur's Blog
Another T4 editor, by Tangible Engineering
Posted
over 4 years ago
by
Jean-Marc Prieur
2
Comments
Until now, I have been using Clarius’s T4 editor . However, Oleg recently wrote a post where he presents an overview of a new T4 editor he has been using: Tangible engineering’s T4 editor . I did not have time to download it, busy as we are preparing...
Jean-Marc Prieur's Blog
Create XNA 3.0 games from DSLs
Posted
over 4 years ago
by
Jean-Marc Prieur
1
Comments
Last week, Andre Furtado announced the v0.2 release of SharpLudus. In a few minutes you describe game screens with their background, music and and transitions through a DSL, and the corresponding XNA code is generated. Andre even presents a video of how...
Jean-Marc Prieur's Blog
[DSL Tools] Creating multiple views for a DSL: a solution from the community !
Posted
over 4 years ago
by
Jean-Marc Prieur
1
Comments
I’m very excited to announce you that Pascal Recchia and Anthony Guerot (2 French MVPs) recently published an article where they explain how to create multiple views for a DSL. This is an authoring feature that many customers have been requesting for...
Jean-Marc Prieur's Blog
The DSL Tools Lab is available
Posted
over 5 years ago
by
Jean-Marc Prieur
2
Comments
We just posted a one-day Lab on the DSL Tools on the Code Gallery : http://code.msdn.microsoft.com/DslToolsLab The idea is that, if you complete this Lab until the end, you'll be able to create your own modeling graphical designers using the DSL Tools...
Jean-Marc Prieur's Blog
DSL Tools at TechEd Europe
Posted
over 5 years ago
by
Jean-Marc Prieur
1
Comments
I am at TechEd Europe in Barcelona. As Stuart explained in DSL Tools in Visual Studio 2010 , we have many improvements to the DSL Tools in Visual Studio 2010. If you are interested in the subject, and want to talk about that, come an see me : I'll be...
Jean-Marc Prieur's Blog
[DSL Tools] Support of Nested shapes in Visual Studio 2008 SP1
Posted
over 5 years ago
by
Jean-Marc Prieur
4
Comments
As one of our customers remembered , we had announced a better support of nested shapes in Visual Studio 2008 SP1 / VSSDK 1.1. But it turns out that on the list of improvement we shipped with VSSDK 1.1, we only talked about the print preview, and not...
Jean-Marc Prieur's Blog
[DSL Tools] Reference relationships and compartment shapes
Posted
over 5 years ago
by
Jean-Marc Prieur
2
Comments
Presentation of the problem: Deleting behaviour with compartments representing embeddings Most of the time, in the DSL Tools, you map compartments in compartment shapes to embedding relationships. And then, deleting a compartment item in the compartment...
Jean-Marc Prieur's Blog
Update from the VSX Tour in Belgium
Posted
over 5 years ago
by
Jean-Marc Prieur
0
Comments
As you might know, James and I are currently doing a VSX Tour in Europe. James already provided information in his blog about the different steps, in Brussels , Amsterdam , and Munich . For the ones who would be interested in the event in Belgium: Katrien...
Jean-Marc Prieur's Blog
My first days visiting the team in Redmond
Posted
over 5 years ago
by
Jean-Marc Prieur
2
Comments
I'm currently visiting the VSX team in Redmond, introducing myself and meeting everybody. I'll be there for two weeks. I arrived yesterday afternoon after a 23 hours trip from France, and Ken Levy invited me to a party at Ted Neward 's house, along with...
Jean-Marc Prieur's Blog
Some of DslFactory's work explained : (1/4) the VSX Day
Posted
over 5 years ago
by
Jean-Marc Prieur
1
Comments
As I told you in my previous post, the DslFactory community created a lot of content about DslTools and more generally Visual Studio Extensibility. This content is freely available, although written in French. Most of it is very interesting: For instance...
Jean-Marc Prieur's Blog
Hello world
Posted
over 5 years ago
by
Jean-Marc Prieur
2
Comments
I started a few days ago in the Visual Studio Ecosystem team. During my last 19 years I worked in the French Ministry of Defence building operational analysis software, and simulation applications to make decisions. A few years ago, I started creating...
Page 2 of 2 (49 items)
1
2