Browse by Tags

Related Posts

  • Fun with IronPython and Cecil

    What is Cecil: "Cecil is a library written by Jb Evain ( http://evain.net/blog/ ) to generate and inspect programs and libraries in the ECMA CIL format. It has full support for generics, and support some debugging symbol format. In simple English, with Cecil, you can load existing managed assemblies...
    Posted to Nauman Leghari's Blog (Weblog) by laghari78 on 04-01-2007, 12:00 AM
    Filed under: .NET, C#, Community News, IronPython, Cecil, Mono
  • Fun with IronPython and Cecil (Part II)

    By the end of first exercise , we can list through list of method calls in a particular method body. Now, my target will be to take a assemblyname::typename::method as input then recursively iterate through the method lists and generate a nice looking visualization. So, we redifine out parseMethodbody...
    Posted to Nauman Leghari's Blog (Weblog) by laghari78 on 04-02-2007, 12:00 AM
    Filed under: C#, IronPython, Cecil, Mono, CLR
  • 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...
    Posted to Nauman Leghari's Blog (Weblog) by laghari78 on 04-03-2007, 12:00 AM
    Filed under: .NET, C#, IronPython, Cecil, Mono, CLR, GLEE
  • MethodViz - See what your methods are doing ...

    For those, who don't like Python or IronPython, here is a pure C# version of Method Visualizer. The following screenshot shows it in action. Here is a brief description about MethodViz: MethodViz is a simple method hierarchy visualizer. It lets you see the method tree from a particular method. Let's...
    Posted to Nauman Leghari's Blog (Weblog) by laghari78 on 04-08-2007, 12:00 AM
    Filed under: .NET, Personal, General Software Development, C#, Cecil
  • MethodViz 0.2

    See this post for introduction to MethodViz. Briefly " MethodViz is a simple method hierarchy visualizer. It lets you see the method tree from a particular method." The latest release fixes the following issues: * Unable to parse Generics * Unable to detect Method overloads Download Here
    Posted to Nauman Leghari's Blog (Weblog) by laghari78 on 04-08-2007, 12:00 AM
    Filed under: .NET, Personal, General Software Development, C#, Cecil
  • SequenceViz :: generate sequence diagrams from assembly

    Like MethodViz , this is another attempt to understand the source code visualization. SequenceViz automatically generates the sequence diagram from the assembly. Here is a screenshot of the running application. It uses Cecil to parse the assembly and generate the data to build the sequence diagrams....
    Posted to Nauman Leghari's Blog (Weblog) by laghari78 on 04-12-2007, 12:00 AM
    Filed under: .NET, C#, Cecil, GNU, Sequence Diagram, Visualization, Log4Net, UML
  • 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. Like MethodViz , this is another attempt to understand the source code visualization. SequenceViz automatically generates the sequence diagram from the assembly. Here is...
    Posted to Nauman Leghari's Blog (Weblog) by laghari78 on 04-12-2007, 12:00 AM
    Filed under: .NET, C#, Cecil, GNU, Sequence Diagram, Visualization, Log4Net, UML
  • MethodViz 0.2

    See this post for introduction to MethodViz. Briefly " MethodViz is a simple method hierarchy visualizer. It lets you see the method tree from a particular method." The latest release fixes the following issues: * Unable to parse Generics * Unable to detect Method overloads Download Here
    Posted to Nauman Leghari's Blog (Weblog) by laghari78 on 04-08-2007, 12:00 AM
    Filed under: .NET, Personal, General Software Development, C#, Cecil
  • MethodViz - See what your methods are doing ...

    For those, who don't like Python or IronPython, here is a pure C# version of Method Visualizer. The following screenshot shows it in action. Here is a brief description about MethodViz: MethodViz is a simple method hierarchy visualizer. It lets you see the method tree from a particular method. Let's...
    Posted to Nauman Leghari's Blog (Weblog) by laghari78 on 04-08-2007, 12:00 AM
    Filed under: .NET, Personal, General Software Development, C#, Cecil
  • 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...
    Posted to Nauman Leghari's Blog (Weblog) by laghari78 on 04-03-2007, 12:00 AM
    Filed under: .NET, C#, IronPython, Cecil, Mono, CLR, GLEE
Page 1 of 2 (17 items) 1 2 Next >