class-designer

Class Designer in Visual Studio - is it worth it?

Hello, 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 seem to have been updated for a while but it still looks quite useful. Is the Class Designer a quick way to build the basic applic...

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 not see an association line from Being to Habitat, whereas there is an association in code. Am I doing something wrong, or this simply isn...

Visual Studio 2008 Class Designer - many to many associations

Hi! 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 are possible to show in the Class Designer, but only for 0..1 mulitplicity. Or does anyone has experience with VS 2010 and the new a...

in VS2010 Class Designer is it possible to specify namespace / folder for classes to go

Hi, 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 specific a folder or namespace? Is the designer meant to be a one way or roundtrip tool? ...

Visual studio class designer

How can i model aggregation in VS 2008 class designer?? ...

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 other few classes... I need help urgently please. What do you think is going on? Thank you! ...