Re: why can't vs 2005 class designer do UML ?



I am not sure of all of the specifics. The class designer is very similar to
UML, although it misses many of the diagrams. I still use UML for use case
diagrams, etc., but I will stick with the class designer for work in VS
2005.

The reasons stated for moving away from UML in Visual Studio 2005 are:

1. does not translate very directly into today's technologies (in the case
of .NET, not all types)
http://weblogs.asp.net/pgielens/archive/2005/11/01/429138.aspx
2. UML has not significantly contributed to productivity
http://msdn.microsoft.com/library/en-us/dnvs05/html/vstsmodel.asp

It could also be that additional licensing for UML was cost prohibitive or
even that Microsoft found it easier to create a new type of meta-language
rather than implementing UML in VS.

Microsoft is moving towards a software factory approach, with domain
specific languages for the designers. The idea is further productivity. Will
it work?

I would say that is certainly will for those solutions that have been done
before (in nearly the same implementation). A software factory can, for
example, save time on items like workflow, which often takes a lot of time.
Software factories are not a silver bullet, however, so on has to have other
tools to simplify the R&D aspect of programming.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***********************************************
Think Outside the Box!
***********************************************
"bonk" <schwertfischtrombose@xxxxxx> wrote in message
news:%23uPFuqR4FHA.2816@xxxxxxxxxxxxxxxxxxxxxxx
> Cowboy (Gregory A. Beamer) schrieb:
>> As the class designer information is stored as XML, you can create a tool
>> that consumes the XML and makes valid UML. The main reason it is not
>> valid UML is the fact that UML is running behind .NET at this point so MS
>> scrapped the idea. If you have Team System Architect, you also have
>> access to Visio for Enterprise Architects, 2005 version, which can create
>> UML, although it is a bit of a painful route from my experience.
>>
>
> In what way is UML behind. I don't really see a .NET construct that can't
> be visualized using UML ....


.



Relevant Pages

  • Re: VS 2005
    ... > Wanted to share my impressions about VS 2005. ... The new IDE has also refactoring, and it takes it a step ... > will let you design and edit classes in UML with the results being reflected ... you can use Class Designer to refactor class ...
    (borland.public.delphi.non-technical)
  • VS 2005
    ... The new IDE has also refactoring, and it takes it a step ... The best thing I saw: Visual class designer "Whitehorse". ... Designer does more than just produce UML diagrams from existing classes: ... FULL integration with SQL 2005 includej the NEW SQL Server Reporting ...
    (borland.public.delphi.non-technical)
  • Re: why cant vs 2005 class designer do UML
    ... | Why can't the class designer of VS 2005 visualize the classes and the ... | class hierarchy in UML? ... can you visualise code into UML, you can also edit the diagrams and see the ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Modeling Tool
    ... Very shallow integration with VS.NET. ... I have seen UML as well as the class designer for VS 2005. ...
    (microsoft.public.vsnet.general)
  • Re: Modeling Tool
    ... Good UML tool. ... Very shallow integration with VS.NET. ... I have seen UML as well as the class designer for VS 2005. ...
    (microsoft.public.vsnet.general)

Loading