Click here to Skip to main content
16,005,552 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
Question.NET vs WINRT on Windows 8 Pin
devvvy9-Dec-12 15:13
devvvy9-Dec-12 15:13 
AnswerRe: .NET vs WINRT on Windows 8 Pin
Richard MacCutchan9-Dec-12 22:12
mveRichard MacCutchan9-Dec-12 22:12 
GeneralRe: .NET vs WINRT on Windows 8 Pin
devvvy10-Dec-12 2:52
devvvy10-Dec-12 2:52 
AnswerRe: .NET vs WINRT on Windows 8 Pin
Eddy Vluggen9-Dec-12 22:42
professionalEddy Vluggen9-Dec-12 22:42 
GeneralRe: .NET vs WINRT on Windows 8 Pin
devvvy10-Dec-12 2:53
devvvy10-Dec-12 2:53 
GeneralRe: .NET vs WINRT on Windows 8 Pin
Eddy Vluggen10-Dec-12 3:05
professionalEddy Vluggen10-Dec-12 3:05 
GeneralRe: .NET vs WINRT on Windows 8 Pin
devvvy10-Dec-12 3:08
devvvy10-Dec-12 3:08 
GeneralRe: .NET vs WINRT on Windows 8 Pin
Eddy Vluggen10-Dec-12 3:11
professionalEddy Vluggen10-Dec-12 3:11 
AnswerRe: .NET vs WINRT on Windows 8 Pin
Robb Ryniak10-Dec-12 2:14
Robb Ryniak10-Dec-12 2:14 
GeneralRe: .NET vs WINRT on Windows 8 Pin
devvvy10-Dec-12 3:04
devvvy10-Dec-12 3:04 
GeneralRe: .NET vs WINRT on Windows 8 Pin
Robb Ryniak10-Dec-12 5:13
Robb Ryniak10-Dec-12 5:13 
AnswerRe: .NET vs WINRT on Windows 8 Pin
Pete O'Hanlon10-Dec-12 2:41
mvePete O'Hanlon10-Dec-12 2:41 
GeneralRe: .NET vs WINRT on Windows 8 Pin
devvvy10-Dec-12 2:51
devvvy10-Dec-12 2:51 
GeneralRe: .NET vs WINRT on Windows 8 Pin
Pete O'Hanlon10-Dec-12 2:59
mvePete O'Hanlon10-Dec-12 2:59 
GeneralRe: .NET vs WINRT on Windows 8 Pin
devvvy10-Dec-12 3:07
devvvy10-Dec-12 3:07 
GeneralRe: .NET vs WINRT on Windows 8 Pin
Pete O'Hanlon10-Dec-12 3:31
mvePete O'Hanlon10-Dec-12 3:31 
GeneralRe: .NET vs WINRT on Windows 8 Pin
devvvy10-Dec-12 4:22
devvvy10-Dec-12 4:22 
GeneralRe: .NET vs WINRT on Windows 8 Pin
Pete O'Hanlon10-Dec-12 4:44
mvePete O'Hanlon10-Dec-12 4:44 
QuestionDesign Architecture for developing a UML Class Diagram Editor Pin
Daskul9-Dec-12 14:44
Daskul9-Dec-12 14:44 
AnswerRe: Design Architecture for developing a UML Class Diagram Editor Pin
jschell10-Dec-12 8:36
jschell10-Dec-12 8:36 
Daskul wrote:
I am trying to create a UML Class Diagram Editor and Generator of Class


That is a big project so hopefully you have severly limited the scope so you actually have a chance at succeeding at something.

The 'descriptor' class defines the entity but it doesn't validate it. Validation occurs only at input, so in your case as part of the GUI itself.

Each descriptor has methods. Each descriptor has a type ('class', 'interface'). Methods, which also have a descriptor class (type of 'method') have a an access modifier that specifies what the access is.
QuestionRe: Design Architecture for developing a UML Class Diagram Editor Pin
Daskul10-Dec-12 14:59
Daskul10-Dec-12 14:59 
AnswerRe: Design Architecture for developing a UML Class Diagram Editor Pin
jschell11-Dec-12 9:35
jschell11-Dec-12 9:35 
GeneralRe: Design Architecture for developing a UML Class Diagram Editor Pin
Daskul11-Dec-12 14:02
Daskul11-Dec-12 14:02 
GeneralRe: Design Architecture for developing a UML Class Diagram Editor Pin
Pete O'Hanlon11-Dec-12 20:44
mvePete O'Hanlon11-Dec-12 20:44 
QuestionWhat's the deal with various coding practices and "Code Smell" these days?? Pin
Robb Ryniak8-Dec-12 13:21
Robb Ryniak8-Dec-12 13:21 

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.