Tagged Questions
The class-designer tag has no wiki summary.
8
votes
7answers
3k views
Class Designer in Visual Studio - is it worth it?
Does anybody use the Class Designer much in Visual Studio?
I have downloaded the Modeling Power Toys for 2005 and have been impressed with what I've seen so far. The MSDN Class Designer Blog doesn't ...
3
votes
4answers
199 views
VS .NET class designer
Assume that class Being has a property of type Habitat. Both classes are implemented in their own .cs files. When I drag and drop the two classes from the class designer onto a new Class diagram, I do ...
2
votes
1answer
83 views
How to get a nice class diagram for built-in .net classes?
To get an overview for the CodeDom classes in .Net I tried to create a class diagramm using Visual Studio 2010 built-in class designer, but I did not find the way how I could feed the .Net built-in ...
1
vote
1answer
85 views
0
votes
1answer
12 views
VS 2010 Class Designer not rendering relationships correctly
I'm using the Visual Studio 2010 Class Diagram designer and it does a nice job of showing relationships between a parent class and the classes that make up the properties of the parent. In the below ...
0
votes
1answer
127 views
Visual Designer to Generate Javascript Code from class diagram or etc
I am looking for desktop executable or Browser based(if one exists) application that could generate javascript code for me from a visual designer. Something like Ext Designer that Sencha developed for ...
0
votes
1answer
114 views
Is it possible to draw “uses” type relationship between types and methods in Visual Studio 2010's class designer?
I want to draw connections between types and methods showing the using relationship between them, i.e:
GlobalExecutor -> (uses) -> EndEffect -> (uses) -> RealTimeEffect
... in a ...
0
votes
2answers
116 views
My application works perfectly local but not in the remote server
When I upload the files on the remote server I get the following message:
Object reference not set to an instance of an object
And a few errors supposed to be happening in the ClassDesigner file and ...
0
votes
1answer
406 views
in VS2010 Class Designer is it possible to specify namespace / folder for classes to go
in VS2010 Class Designer is it possible to specify namespace / folder for classes to go?
I created a design in a subdirectory however the classes seem to go into the root, and I can't see how to ...
0
votes
2answers
905 views
Visual Studio 2008 Class Designer - many to many associations
Is there a trick for visualizing a many to many assocation in the Visual Studio Class Designer?
I have an Employee entity and a Team entity. So each entity has a list of his counterpart.
Associations ...