Hey guys,
Just one or two questions regarding VM-UML.
-
Should I wish to derive classes from the .NET framework (or extend them) - where would i find those types? Is there some way I could ‘import’ those types without actually making them part of my own project?
-
I can export my code to C# and complete the implementations by filling in the blanks, so to speak. However should I wish at a later stage to improve my design I’ll need to re-generate my framework accordingly. (Obviously you wouldn’t want the UML and actual implentation to be out of sync. What would happen to my existing code? Will I need to rewrite all those methods etc?