Contents tagged with Sequence Diagram
-
SequenceViz is going Pro
This is one of the things on my mind for quite some time. As with most other software developers, I wanted to start a microISV to experience the whole product development cycle. To get an idea wasn't as important as the execution so I decided to take one of my open source project to begin with. And that project is SequenceViz.SequenceViz is my latest open source project which was very interesting to work on and received a lot of community attention. According to the codeplex stats, the number of downloads are +25000 and that didn't include the downloads before I put it on codeplex. Although this number is not the reason behind selecting SequenceViz.The work on SequenceViz Pro is already started and if everything goes according to the plan, I'll be releasing the beta of SequenceViz Pro soon. This blog will become the primary source for any updates on that project along with my twitter feed.So What'll happen to SequenceViz @ Codeplex:The plan is to leave the open source version as it is and I'll not be taking it any further. I'll also remain as project coordinate so If you're willing to improve the open source version then please contact me. -
SequenceViz 0.11 :: Reflector Addin support
Just uploaded the latest release of SequenceViz which now includes the Reflector plugin with the WPF renderer.
-
SequenceViz 0.9 :: WPF based Sequence diagram viewer
Until now, SequenceViz uses the GnuPlot tool to generate the SVG file that is then rendered in the IE control embedded in the application. Although this worked to prove the concept but there were problems with rendering large diagrams and security issues in Vista. Now thanks to Meile Zetstra who provided the WPF implementation for the diagram viewer I have released a new version with this functionality.
-
SequenceViz 0.7 :: Quick search
I managed to spend some time on SequenceViz this weekend and added quick search functionality. Because the diagrams are not linkable so it is difficult to navigate between methods and types. One thing that could help now is to search for the type or method that you'd like to navigate to and it will take you to the first result.
-
SequenceViz.Reflector :: Reflector Addin to generate sequence diagrams
-
SequenceViz :: SVG to Raster Conversion
For SequenceViz, the next thing on the list was to export the SVG output to an image. I would like it to be included within the application but unfortunately I am unable to find a working implementation which I can use. (tried SVG# but didn't wok).
-
SequenceViz 0.2 :: Few enhancements
What is SequenceViz?
SequenceViz is a tool to generate sequence diagrams by reverse engineering .NET Assemblies. Read this post for setup and installation.
The latest release has the following enhacements: -
SequenceViz :: generate sequence diagrams from .NET assembly file
UPDATE: SequenceViz 0.2 is released. Download from the same link below to get the updated version. Read this post for what is new.