Top "Class-structure" questions

C#: List All Classes in Assembly

I'd like to output (programmatically - C#) a list of all classes in my assembly. Any hints or sample code …

c# .net class-structure
Error - Class interface or enum expected

I am new to java and i am writing this code in notepad which is giving me errors.In netbeans …

java enums packages class-structure
if condition in uml class diagram?

if "attribute" is true do this "operation" else do nothing. How do i show this in uml class diagram. Thank …

class uml diagram class-structure
Separate class for enums?

What is the general consensus towards a separate class in the business layer to store the definition of enums? Is …

c# .net enums projects-and-solutions class-structure