Click here to Skip to main content
15,894,410 members
Please Sign up or sign in to vote.
3.50/5 (2 votes)
my academic project is a windows based application which is developed in WPF , C# and VS 2008...
in that application i am also using WCF for Socket Programming...
then what is the approach i have to use for system design in documentation...can any1 suggest me whether i have to draw UML DIGRAMS OR DFD's (Traditional Approach)...
my faculty suggested me that , if the application is windows based then DFD's digrams are applicable..whether the application is in .net..but my application is in .net which is purely OO...so what should i do...
Posted

1 solution

I recommended UML diagrams more than DFD because UML diagrams gives a complete idea about object-oriented software development.

This link may help you
Comparison of Diagramming Methods[^]
http://en.wikipedia.org/wiki/Data_flow_diagram[^]
http://en.wikipedia.org/wiki/Unified_Modeling_Language[^]
 
Share this answer
 
Comments
ambarishtv 4-Jun-11 2:49am    
UML diagram is applicable for windows,web,mobile applications,Component development..etc.
this link will help you for UML study
http://atlas.kennesaw.edu/~dbraun/csis4650/A&D/UML_tutorial/diagrams.htm

You can find more resources in Google

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900