Visio and Forward-Engineering - Stack Overflow most recent 30 from stackoverflow.com 2009-11-28T02:06:14Z http://stackoverflow.com/feeds/question/26229 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/26229/visio-and-forward-engineering 0 Visio and Forward-Engineering Juan Manuel 2008-08-25T15:22:17Z 2008-09-16T12:28:50Z <p>Do you know if I can use Visio to forward-engineer a sequence diagram into code (c#)?</p> <p>Can it be done with Visio alone or do I need a plugin?</p> <p>What about other diagrams?</p> http://stackoverflow.com/questions/26229/visio-and-forward-engineering/26253#26253 0 Answer by Michael Craig for Visio and Forward-Engineering Michael Craig 2008-08-25T15:29:33Z 2008-08-25T15:29:33Z <p>To the best of my knowledge, Visio can only forward-engineer code from class models. </p> <p>As sequence diagrams only really show paths of communication between objects, I suspect that they do not contain the necessary information, except perhaps in trivial cases, for generating code. </p> <p>Objects with any sort of complex behaviour patterns are likely to involve changing run-time states, of which sequence diagrams aren't really capable of capturing.</p> http://stackoverflow.com/questions/26229/visio-and-forward-engineering/27059#27059 1 Answer by Garo Yeriazarian for Visio and Forward-Engineering Garo Yeriazarian 2008-08-25T22:42:59Z 2008-08-25T22:42:59Z <p>You have to get the Visio that for users of Visual Studio. See this link: <a href="http://msdn.microsoft.com/en-us/library/ms182014.aspx" rel="nofollow">Visio for Enterprise Architects</a> for more details. The code generation capabilities are fairly weak and you might end up getting Visio into an inconsistent state. I know that Visio will let you forward and reverse engineer both code and databases, but both capabilities are very limited and I don't recommend doing it.</p> <p>In my opinion, Visio is a diagramming tool and it should be treated as such.</p>