Contents tagged with CLR
-
Integrating .NET and Erlang using OTP.NET
-
SequenceViz 0.3 :: Namespaces and Pie Chart
With the help of Mike and Steve, finally there are few visitors coming to the site looking for SequenceViz. For those new visitors and the existing loyal readers (if there are any :)), here is another version of SequenceViz.
-
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: -
Method Tree Visualizer :: Fun with IronPython, Cecil and Netron Graph - Part III
As I said in the last post, the output from Microsoft GLEE looked but not ideal and as the method tree gets bigger with more relationships, the diagram gets out of control. Disappointed with that, my further search takes me to the Netron Project, which is a diagramming and graph layout toolkit for Microsoft .NET Framework.
-
Fun with IronPython and Cecil (Part II)
UPDATE: [ Part III with Netron Project ]
-
IronPython and Cecil
Inspired by this post by Sam Gentile, I decided to play with Cecil. And this gives me another oppurtunity to use IronPython. The end result may not be very attractive but it has the potential :).