Click here to Skip to main content
15,901,426 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: General "design patterns" usage questions Pin
jschell17-Nov-17 12:02
jschell17-Nov-17 12:02 
JokeRe: General "design patterns" usage questions Pin
JustWatchLittle 20-Dec-17 5:46
professionalJustWatchLittle 20-Dec-17 5:46 
GeneralRe: General "design patterns" usage questions Pin
Gerry Schmitz20-Dec-17 5:51
mveGerry Schmitz20-Dec-17 5:51 
AnswerThank you Pin
MikeTheFid15-Nov-17 0:49
MikeTheFid15-Nov-17 0:49 
AnswerRe: General "design patterns" usage questions Pin
jschell15-Nov-17 7:15
jschell15-Nov-17 7:15 
GeneralRe: General "design patterns" usage questions Pin
Eddy Vluggen15-Nov-17 14:57
professionalEddy Vluggen15-Nov-17 14:57 
GeneralRe: General "design patterns" usage questions Pin
jschell16-Nov-17 11:19
jschell16-Nov-17 11:19 
QuestionWhich programing code to use Pin
Member 1346643415-Oct-17 9:37
Member 1346643415-Oct-17 9:37 
GeneralRe: Which programing code to use Pin
PIEBALDconsult15-Oct-17 9:57
mvePIEBALDconsult15-Oct-17 9:57 
QuestionReview DDD solution for a car manufacturing station Pin
Praveen Raghuvanshi1-Oct-17 12:20
professionalPraveen Raghuvanshi1-Oct-17 12:20 
AnswerRe: Review DDD solution for a car manufacturing station Pin
jschell2-Oct-17 11:37
jschell2-Oct-17 11:37 
AnswerRe: Review DDD solution for a car manufacturing station Pin
Gerry Schmitz3-Oct-17 6:56
mveGerry Schmitz3-Oct-17 6:56 
GeneralRe: Review DDD solution for a car manufacturing station Pin
Praveen Raghuvanshi3-Oct-17 22:31
professionalPraveen Raghuvanshi3-Oct-17 22:31 
GeneralRe: Review DDD solution for a car manufacturing station Pin
Gerry Schmitz4-Oct-17 6:16
mveGerry Schmitz4-Oct-17 6:16 
QuestionUnable to connect SSMS to an Azure SQL server Pin
Stephen Holdorf28-Sep-17 13:48
Stephen Holdorf28-Sep-17 13:48 
SuggestionRe: Unable to connect SSMS to an Azure SQL server Pin
Richard Deeming29-Sep-17 1:55
mveRichard Deeming29-Sep-17 1:55 
GeneralRe: Unable to connect SSMS to an Azure SQL server Pin
Stephen Holdorf29-Sep-17 3:23
Stephen Holdorf29-Sep-17 3:23 
AnswerRe: Unable to connect SSMS to an Azure SQL server Pin
jschell29-Sep-17 7:29
jschell29-Sep-17 7:29 
QuestionReference Material for creating/documenting Software architecture Pin
Member 1341762119-Sep-17 2:28
Member 1341762119-Sep-17 2:28 
AnswerRe: Reference Material for creating/documenting Software architecture Pin
Afzaal Ahmad Zeeshan19-Sep-17 3:10
professionalAfzaal Ahmad Zeeshan19-Sep-17 3:10 
AnswerRe: Reference Material for creating/documenting Software architecture Pin
Eddy Vluggen19-Sep-17 4:07
professionalEddy Vluggen19-Sep-17 4:07 
AnswerRe: Reference Material for creating/documenting Software architecture Pin
Henrik Jonsson19-Sep-17 7:43
Henrik Jonsson19-Sep-17 7:43 
AnswerRe: Reference Material for creating/documenting Software architecture Pin
jschell20-Sep-17 7:34
jschell20-Sep-17 7:34 
Not sure how to answer that.

If you are an experienced developer then at least some of the UML (presumably what you are referring to) should make sense. Like class diagrams and sequence diagrams.

Some of the others like package diagrams are ignorable. Only time I ever used that was in a tool specifically intended to be a full UML code generation and IDE (and it did not succeed.)

If you are doing this for a class, and not a job, you will not have the necessary experience to get the point of most of them. So you are going to just need to memorize and hope. Even so the class diagram should at least be generally obvious.

For me the only ones I use, as a developer and architect, are class, sequence, use case and rarely state. Keeping in mind of course that an Architect or Design document is not defined only by the diagrams but also requires a lot of verbiage to explain and tie the parts together.
QuestionDesign Pattern : Queue Pin
Joel Palmer31-Aug-17 3:21
Joel Palmer31-Aug-17 3:21 
AnswerRe: Design Pattern : Queue Pin
jschell4-Sep-17 7:55
jschell4-Sep-17 7:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.