Sign In
ClassDesigner's WebLog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
C++
Class Designer
Archive
Archives
March 2007
(1)
July 2005
(1)
June 2005
(2)
May 2005
(4)
April 2005
(6)
March 2005
(9)
February 2005
(2)
MSDN Blogs
>
ClassDesigner's WebLog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
ClassDesigner's WebLog
C++ support added to Class Designer in VS 2007 March CTP
Posted
over 5 years ago
by
ClassDesigner
6
Comments
The March CTP of Visual Studio 2007 will have support for C++ projects in Class Designer. This will be limited only to visualizing your existing code from native C++ projects. Editing code from Class Diagrams and Managed C++ projects will not be supported...
ClassDesigner's WebLog
Class Designer File Format
Posted
over 7 years ago
by
ClassDesigner
4
Comments
In the past few months, we have covered Class Designer features in the upcoming Visual Studio 2005 release. After reading these articles, you have probably noticed that the serialization format for the diagram file (.cd file extension) is in plain XML...
ClassDesigner's WebLog
June CTP available
Posted
over 7 years ago
by
ClassDesigner
0
Comments
For more information about this CTP and see if you really want to install it, see this post in Rob Caron's blog: http://blogs.msdn.com/robcaron/archive/2005/06/15/429278.aspx I'll add that this build should have the option to show method signatures on...
ClassDesigner's WebLog
Class Designer Hands on Lab in TechEd 2005
Posted
over 7 years ago
by
ClassDesigner
1
Comments
I will be attending this year's Microsoft TechEd in Orlando Florida from 6/6~6/10. There's a HandsOnLab (HOL007 in ARC07 track) for the Class Designer beta2 bits which you can try it out. I will also be spending 25 hrs in the ARC cabana booth. That's...
ClassDesigner's WebLog
No Articles for the next few weeks...
Posted
over 7 years ago
by
ClassDesigner
0
Comments
You’ve probably know why we will not have blog articles for the next few weeks. The team is currently busy working on fixing bugs. We will resume our weekly blogs articles in a few weeks. In the meantime, please let us know specifically: 1. What topics...
ClassDesigner's WebLog
PowerToys for the Visual Studio 2005 Class Designer and Distributed System Designers
Posted
over 7 years ago
by
ClassDesigner
18
Comments
We’ve published a set of set of add-ins which augments existing functionality in the Visual Studio 2005 Class Designer and the Distributed Systems Designers. The Design Tools Enhancements add-in provides a common set of features that can be used by both...
ClassDesigner's WebLog
Orphan Shape in the Class Designer
Posted
over 7 years ago
by
ClassDesigner
2
Comments
One of the biggest value propositions of the Class Designer is to keep class diagrams always in-sync with code – in fact it is supposed to be another view of your code. Code is the ‘model’ behind class diagrams. If you open a class diagram file in an...
ClassDesigner's WebLog
Using Class Designer to document your code – Exporting diagrams as images
Posted
over 7 years ago
by
ClassDesigner
6
Comments
One of the design goals of Class Designer was to enable developers to easily document the design of applications and keep it in sync with the code. Class diagrams residing in Visual Studio projects solve this purpose very well, however more traditional...
ClassDesigner's WebLog
Class Designer Integration with Source-Code Control
Posted
over 7 years ago
by
ClassDesigner
3
Comments
Class Designer Integration with Source-Code Control Class Designer is built for use with solutions checked into source-code control systems. For those of you using Visual Studio Team System (VSTS), this will mean you are plugged into Team Foundation...
ClassDesigner's WebLog
Auto Layout of Class Diagrams
Posted
over 7 years ago
by
ClassDesigner
3
Comments
By now you hopefully have the beta 2 version of Class Designer. If not, maybe this beta 2 feature will convince you to get it. One of the new features in Class Designer beta 2 is Auto Layout. In the olden days (pre beta 2), the default layout you got...
ClassDesigner's WebLog
Converting class diagram files from Beta 1 to Beta 2 format
Posted
over 7 years ago
by
ClassDesigner
3
Comments
We have created a stylesheet which can convert class diagram files (.cd) from Beta 1 to Beta 2 format. It should work in most cases. Feel free to modify it to fit your needs. Here are the steps you need to take to convert class diagram file(s) from...
ClassDesigner's WebLog
Override Members Using Class Designer
Posted
over 7 years ago
by
ClassDesigner
2
Comments
How do I do that? Whether you program in C# or VB, you’ll notice that when you type “overrides” or “Overrides” in code editor, you get an intellisense list of members that you can override. This feature has also been exposed in Class Designer: In the...
ClassDesigner's WebLog
Create overloaded members in ClassDesigner
Posted
over 7 years ago
by
ClassDesigner
3
Comments
Overloaded members are treated specially in ClassDesigner: they’re grouped together when listed in the shape, and there’re few limitations when you want to create overloaded members. Today we will talk about the various ways and limitations to create...
ClassDesigner's WebLog
Editing Type Members Using the Class Details Window
Posted
over 7 years ago
by
ClassDesigner
2
Comments
If you’ve used the beta version of the Class Designer, you’ve probably noticed the Class Details Window (if for no other reason than it pops up by default when you open the designer for the first time). If you haven’t tried Class Designer yet, here’s...
ClassDesigner's WebLog
Interview with John Stallo
Posted
over 7 years ago
by
ClassDesigner
2
Comments
Josh Ledgard, PM in Visual Studio recently interviewed John (PM for Class Designer). The video for the first part of the interview can be viewed here (Channel 9). It is cool to see that he learnt about Class Designer from the team blog and decided to...
ClassDesigner's WebLog
Refactoring Support in Class Designer
Posted
over 7 years ago
by
ClassDesigner
12
Comments
The language teams added several refactoring features to the editor in the Whidbey release of visual studio. We attempted, as best we could, to expose these refactoring features through the class designer in ways users would expect them in a modeling...
ClassDesigner's WebLog
Class Designer availability
Posted
over 7 years ago
by
ClassDesigner
6
Comments
Class Designer will be availabe on all Visual Studio Editions Standard and above. There seems to be some confusion that Class Designer will only be available in Team Architect and Team Dev SKUs, so we wanted to make it clear that it is not the case. However...
ClassDesigner's WebLog
No article for this week
Posted
over 7 years ago
by
ClassDesigner
0
Comments
Oops! This is the fault on my part. The person who is scheduled to write the article is out of the office this week. Therefore, there is no posting for this week. Please come back to our site next week. Thanks! Patrick Tseng Visual Studio Class Designer...
ClassDesigner's WebLog
Setting up and viewing relationships between classes
Posted
over 7 years ago
by
ClassDesigner
7
Comments
When I’m learning about a new program or teaching someone else about an existing one, I find it helpful to begin by identifying the key classes and seeing how they relate to each other. There are many different ways that classes can be related. Three...
ClassDesigner's WebLog
Expressing relationships between types
Posted
over 7 years ago
by
ClassDesigner
11
Comments
I believe one of the strongest things going for class diagrams is being able to holistically look at a collection of types and see how they’re related . In other words, it’s not just about getting shapes on a diagram but about the lines that connect them...
ClassDesigner's WebLog
Visualizing inheritance hierarchies
Posted
over 7 years ago
by
ClassDesigner
5
Comments
Hello J ! My name is Yu Xiao. I am a Software Design Engineer/Test working on Visual Studio Class Designer team. This time I am going to demonstrate how to visualize inheritance hierarchies using Class Designer. When I was reading existing code, even...
ClassDesigner's WebLog
Visual Studio 2005 Class Designer will not support the C++ language
Posted
over 7 years ago
by
ClassDesigner
24
Comments
The Visual Studio Class Designer team is sad to announce that the Class Designer will not support the C++ language in the upcoming release of Visual Studio 2005. Late last week we were forced to make a very difficult decision, which we are relaying to...
ClassDesigner's WebLog
Visualizing class and member details in the Properties window and viewing details from tooltips
Posted
over 7 years ago
by
ClassDesigner
4
Comments
Hi! I’m Eugene Chigirinskiy , a Software Design Engineer working on Visual Studio Class Designer. In this blog entry I will give an overview of how the details of various diagram elements (classes, members, inheritance lines, etc) are visualized in the...
ClassDesigner's WebLog
A picture is worth a thousand words
Posted
over 7 years ago
by
ClassDesigner
12
Comments
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...
ClassDesigner's WebLog
Introducing the Visual Studio Class Designer Team Blog
Posted
over 7 years ago
by
ClassDesigner
9
Comments
Welcome to the Visual Studio Class Designer team blog. You’ve probably seen a few individual blogs created by Class Designer team members ( Ramesh and Rakesh ). This blog is a forum for you to communicate with team members about Class Designer. ...
Page 1 of 1 (25 items)