Visio and Forward-Engineering - Stack Overflow most recent 30 from stackoverflow.com2009-11-28T02:06:14Zhttp://stackoverflow.com/feeds/question/26229http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/26229/visio-and-forward-engineering0Visio and Forward-EngineeringJuan Manuel2008-08-25T15:22:17Z2008-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#262530Answer by Michael Craig for Visio and Forward-EngineeringMichael Craig 2008-08-25T15:29:33Z2008-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#270591Answer by Garo Yeriazarian for Visio and Forward-EngineeringGaro Yeriazarian2008-08-25T22:42:59Z2008-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>