tags:

views:

22

answers:

2

is it possible to get any representative diagram(such as object diagram or class diagram) from .net types of a name space . the diagram could represent the relations and dependecies between the .net types and members. and we could understand better the structure of portion of a namespace. instead of looking at Msdn texts . for example i like to know the organization of system.configuration namespace important members. thanks

+1  A: 

Microsoft has published (non-UML) overviews of the BCL in the past (have a hunt around on http://download.microsoft.com), but those have always been very high level.

In practice the number of types that the BCL defines (let alone the whole framework) is in the thousands and therefore beyond anything more detailed in a single diagram.

Richard
ye ,i know ,its not possible to make a diagram that covers all the details,and of course i dont want it,but its good if u want to know more about some portion of a Name space and understand more about the design ,u could make a diagram ,i think its possible becouse of refactoring
Siamak
+1  A: 
Siamak