diagrams

Sources for visual explanations?

Does anyone has sources for visual explanations of algorithms (or maths) that is even more expressive, more intuitive, maybe aesthetically appealing ? Or, animations of algorithms? ...

Where can I find visio shapes for software development?

Anyone have any ideas on where to get a really nice collection of visio shapes, e.g for the following purposes: network diagrams shapes to show solution deployments any other fancy looking diagrams for software development? ...

What kind of UML diagrams do you use?

UML2 offers different kinds of diagrams. Up to now I only used class diagrams. What kind of UML diagrams do you use? What kinds of diagrams do you recommend for design & documentation of a software project? ...

Is there a way to automatically generate the data flow diagrams and flowcharts?

Hi, I am recently working on some long and obscure codes written by some other smart guys. I'm thinking of generating the Data Flow Diagrams and the Flowcharts to facilitate my work. Is there any kinds of software that can do this job automatically? P.S. Most of the codes are in C and Fortran. ...

web based workflow solution

The main task is to work on documents which go through some specific workflow which is represented by a lucid graph (diagram). We need document versioning, different roles & permissions and most importantly we need to let the users create the workflow graphs (with all those guard conditions for transitions, mail notifications, calendar e...

How do I move diagrams between SQL Server databases?

I'm trying to move a database from a hosted server to my own SQLExpress instance. I used the Database Publishing Wizard to create the script... but the diagrams were not transferred. Then, I found and followed the advice of another answer on this site that had me import/export the data to the sysdiagrams table. When I do that, I see...

Generating Class Diagram

HI All I am at the end of the release of my project.So in order to keep working our manger asked us to generate Class Diagrams for the code we had written.Its medium project with 3500 java files .So I think we need to generate class diagrams.First I need to know how reverse engineering works here. Also I looked for some tools in Google(G...

Cool Diagrams - What software is being used here?

I've seen some cool, nifty data diagrams done on some blogs/articles and have been wondering what software they were using to render these diagrams, e.g. MS Visio? For example, what is used on this blog to create those colorful diagrams towards the middle of the article under "Definition Providers": http://www.thecodejunkie.com/2009/05/...

I need a new tool, other than Visio, any ideas?

(This is not a repeat of the question "Is there the substitute good tool of Visio?") I really do not have a problem with Visio for technical diagrams, except it seems thats all its good for. Its really good for producing those intimidating "techie UML diagrams" and "Scary looking technical work-flows". I need a tool that I can use to ...

Generating Sequence Diagrams using EnterpriseArchitect v7.5?

I have a NUnit test case which connects to a WCF service hosted in IIS6 (on Vista). I would like to use EA to record the stack-trace of this and generate a sequence diagram. Does anyone have any step-by-step instructions in how to get can be done (or even how to get any recording done when using NUnit) using EA? Thanks. ...

ASP.NET Application - Architecture and Class Diagrams

Hi, I am new to ASP.NET Development. Could anyone please refer a document/tutorial/link which gives a sample code, architecture, class and sequence diagrams for 3 / 4 / n tier based simple ASP.NET application/example? It would be of great help to me. Many Thanks, Regards. Aarti. ...

Are there any PHP to Sequence Diagram Converters and vice versa?

Obviously it's a lot easier to convert from code to Sequence Diagrams, rather than from a Sequence Diagram to a bunch of code that doesn't match your implementation at all. However, these do exists for languages like Java, and .NET. Does anyone have any links to such tools for PHP? ...

visual studio express : free class diagram tool

I am using c# express and would like to use a free tool to design my class diagrams. What do you recommend for a free tool? ...

Connect controls in Visual Studio 2010 UML Modeling Diagrams

I've tried to create UML diagram with MSVS 2010 b2 today and I've faced a problem. After I added controls from toolbox (such as Class, Interface) I could not connect these items! So connecting controls have been disabled on the toolbox when I tried to drag it on working area. How to connect UML controls? thx ...

Recommendations for a ERM, DMD and ORM Diagram Creation Application for OSX

I need to produce several ERM, DMD and ORM diagrams for several projects I am working on. Obviously I'd like them to be a sleek and professional as possible, and while a simple Google search provides a plethora of options, they're all pay-for-use. Are there any free (or open source) diagram creators available for Mac OSX which produce ...

Coregions in UML

What are coregions in UML sequence diagrams? ...

Create creative diagrams or find someone creative

This question might be slightly non-techy/dev, but I am sure many of you had a similar problem. We code, write test-cases, put comments in source-code (!), put messages in svn commit, write comments in tracked issues. We create ERD/class/usecase/.. diagrams with whatever tool. We might write user-manuals, wikis, guidelines,.. Not every...

Show composition/aggregation/association relations between objects in Visual Paradigm UML diagrams?

I have Netbeans installed with Visual Paradigm plugin. I have converted my php code into UML diagrams (modeling -> instant reverse). I can see relations (drawn lines) between superclass and subclasses. However, i cannot see relations between objects inside objects (composition/aggregation/association)? The code looks like: class Threa...

Software/Webapp for creating computer science diagrams

What are some good programs or web-based applications that can be used (preferrably (but not necessarily) for free) to create diagrams for computer science articles or dissertations? Particularly, I'm looking to represent data structures such as stacks, linked lists, trees, etc.. Any ideas? ...

uml diagrams-use case diagrams

which uml diagrams we should use when allocationg use case behoviour? ...