Top "Diagram" questions

A diagram is a two-dimensional geometric symbolic representation of information according to some visualization technique.

Auto Generate Database Diagram for PHPMyadmin DB?

i want tool for to generate DB diagram below, i need to generate particular db tables structure like below, how …

database phpmyadmin diagram
uml classdiagram constructor with parameters

I am a complete ROOKIE at this so I need some help on it. How would you create uml class …

class structure diagram pseudocode
What is the symbol for a queue?

In a flowchart or process diagram, what is the symbol for a FIFO queue?

queue diagram
Best tool to create "Architecture Diagrams" (not UML)

I want to create an "architecture diagram" to explain our Software (libraries, Eclipse RCP, modules, features, etc.). What is the …

diagram
Generate a class diagram from Visual Studio

I would like to generate a class diagram with relations for my visual studio project. I opened my solution, added …

visual-studio-2010 diagram class-diagram
C# code to class diagram

I have a C# solution which has 2 projects in it and I need to generate class diagram from code. I …

c# class uml diagram class-diagram
Recommendation for a good entity relationship diagram building tool for occasional usage?

Freeware is a plus. Could you also describe with one sentence why it should be good enough for occasional usage? …

database-design diagram entity-relationship
How to generate dependency graph with text

Is there a simple online tool that will generate a dependency graph (boxes linked by arrow lines) based on text …

graph diagram utilities
What is the difference between 'includes', 'extends' and 'uses'?

In a use case diagram what is the difference between <<includes>>, <<extends>> …

uml diagram use-case
Difference between StateChart and Activity Diagram

I am really unable to understand the real difference between these 2 diagrams. I mean both of these deal is "states" …

uml diagram activity-diagram statechart