<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>A picture is worth a thousand words</title><link>http://blogs.msdn.com/classdesigner/archive/2005/02/25/380023.aspx</link><description>G’day! I’m John Stallo, a Program Manager working on the Visual Studio Class Designer. In this blog entry I’d like to give an overview of what our goals for Class Designer in this release are, and perhaps more if not equally important, invite folks in</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Speaking of the Class Designer</title><link>http://blogs.msdn.com/classdesigner/archive/2005/02/25/380023.aspx#380789</link><pubDate>Sat, 26 Feb 2005 07:35:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:380789</guid><dc:creator>Harry Pierson's DevHawk Weblog</dc:creator><description /></item><item><title>re: A picture is worth a thousand words</title><link>http://blogs.msdn.com/classdesigner/archive/2005/02/25/380023.aspx#380887</link><pubDate>Sun, 27 Feb 2005 09:10:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:380887</guid><dc:creator>Bil Simser</dc:creator><description>Nice stuff. I'm really looking forward to the release and have been working with the alphas/betas since mid last year. This stuff just plain rocks and Software Factories are going to just plain shift mindsets.&lt;br&gt;&lt;br&gt;One question is that I would like to switch documenting my systems that I'm currently building in Visio. Our standard is to use UML and the Visio templates are not bad but I would like to use the look and feel that the VSTS designers use, even if they aren't functional like they are in Class Designer. &lt;br&gt;&lt;br&gt;Any chance of getting some Visio templates so that when we are ready to move to the new system, we could import our old diagrams to create working systems (as much as they can). Sort of how you can import Visio diagrams into BizTalk 2004?</description></item><item><title>re: A picture is worth a thousand words</title><link>http://blogs.msdn.com/classdesigner/archive/2005/02/25/380023.aspx#380942</link><pubDate>Sun, 27 Feb 2005 11:15:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:380942</guid><dc:creator>.</dc:creator><description>Can it export to the standard UML XML format for importing into other UML designer tools?&lt;br&gt;&lt;br&gt;</description></item><item><title>And lo! by imariano</title><link>http://blogs.msdn.com/classdesigner/archive/2005/02/25/380023.aspx#381557</link><pubDate>Mon, 28 Feb 2005 16:31:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:381557</guid><dc:creator>Architecture</dc:creator><description>If you haven't already, take a [http://blogs.msdn.com/classdesigner/archive/2005/02/25/380023.aspx|look at the next generation Class Designer] that the Visual Studio team have been working on.  It's q</description></item><item><title>re: A picture is worth a thousand words</title><link>http://blogs.msdn.com/classdesigner/archive/2005/02/25/380023.aspx#382464</link><pubDate>Wed, 02 Mar 2005 12:00:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:382464</guid><dc:creator>patrick</dc:creator><description>Wrt exporting to the UML XML format, I am assuming you're referring to the XMI export. No, it will not be in this V1 release.  Since you broght it up, I wonder what's you thoughts on mapping custom attribute (in C#) to the UML construct (custom defined stereotype?). I've been working in the UML tools (ie Visio software modeling) in the past and often found that there's a gap between the UML and the actual programming language.   When we initially design our meta-model (for capturing the language), we've struggled a little bit and finally decided to model accordingly to the language (as opposed to modeling it closely to the UML meta-model).  By following this approach, it allows us to model the user's code straightforwardly...&lt;br&gt;</description></item><item><title>New Team System Stuff - 2005-03-02</title><link>http://blogs.msdn.com/classdesigner/archive/2005/02/25/380023.aspx#383763</link><pubDate>Wed, 02 Mar 2005 21:56:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:383763</guid><dc:creator>Rob Caron's Blog</dc:creator><description /></item><item><title>re: A picture is worth a thousand words</title><link>http://blogs.msdn.com/classdesigner/archive/2005/02/25/380023.aspx#389507</link><pubDate>Wed, 09 Mar 2005 09:25:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:389507</guid><dc:creator>Marlon Smith</dc:creator><description>Does the Class Designer have support for Attributes?</description></item><item><title>re: A picture is worth a thousand words</title><link>http://blogs.msdn.com/classdesigner/archive/2005/02/25/380023.aspx#390896</link><pubDate>Thu, 10 Mar 2005 13:31:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:390896</guid><dc:creator>Patrick</dc:creator><description>In CD, we did not make any special treatment for Attribute. It would just be a regular class whose parent happens to be System.Attribute (or its descendents). You can right-click the shape to &amp;quot;ShowBaseClass&amp;quot; of the attribute class and you shall see System.Attribute as its parent (or its descendent). You can create a new attribue class by using the inheritance line tool between your class and the System.Attribute (or any existing attribute class in the diagram.).  &lt;br&gt;You can also consume the attribute by using the Attribute dialog box. You can launch this dialog box by 1.) Selecting the class shape. 2.) Go to the property window, click the &amp;quot;...&amp;quot; tunnel button in the &amp;quot;Custom Attribute&amp;quot; row within the grid. This allows you to specify attributes associated to the class. </description></item><item><title>re: Modeling as a Productivity Enhancer in Visual Studio Team System</title><link>http://blogs.msdn.com/classdesigner/archive/2005/02/25/380023.aspx#399273</link><pubDate>Sun, 20 Mar 2005 07:12:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:399273</guid><dc:creator>Barry Gervin's Software Architecture Perspectives</dc:creator><description /></item><item><title>Interview with John Stallo</title><link>http://blogs.msdn.com/classdesigner/archive/2005/02/25/380023.aspx#403829</link><pubDate>Wed, 30 Mar 2005 20:30:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:403829</guid><dc:creator>ClassDesigner's WebLog</dc:creator><description /></item><item><title>John Stallo - The Visual Studio 2005 Class Designer (1 of 3)</title><link>http://blogs.msdn.com/classdesigner/archive/2005/02/25/380023.aspx#3442685</link><pubDate>Thu, 21 Jun 2007 15:15:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3442685</guid><dc:creator>TrackBack</dc:creator><description>&lt;p&gt;I've now done a few interviews with my co-workers building Visual Studio 2005.&lt;/p&gt;
</description></item><item><title> ClassDesigner s WebLog A picture is worth a thousand words | Insomnia Cure</title><link>http://blogs.msdn.com/classdesigner/archive/2005/02/25/380023.aspx#9719500</link><pubDate>Wed, 10 Jun 2009 03:35:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9719500</guid><dc:creator> ClassDesigner s WebLog A picture is worth a thousand words | Insomnia Cure</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://insomniacuresite.info/story.php?id=4167"&gt;http://insomniacuresite.info/story.php?id=4167&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>