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

Design and Architecture

 
GeneralRe: Plurality - Modular Code Editor Pin
Eddy Vluggen31-Dec-16 4:07
professionalEddy Vluggen31-Dec-16 4:07 
GeneralRe: Plurality - Modular Code Editor Pin
Gurigraphics31-Dec-16 5:22
Gurigraphics31-Dec-16 5:22 
GeneralRe: Plurality - Modular Code Editor Pin
Eddy Vluggen31-Dec-16 5:51
professionalEddy Vluggen31-Dec-16 5:51 
GeneralRe: Plurality - Modular Code Editor Pin
Gurigraphics31-Dec-16 5:26
Gurigraphics31-Dec-16 5:26 
GeneralRe: Plurality - Modular Code Editor Pin
Richard MacCutchan31-Dec-16 5:47
mveRichard MacCutchan31-Dec-16 5:47 
GeneralRe: Plurality - Modular Code Editor Pin
Gurigraphics31-Dec-16 6:33
Gurigraphics31-Dec-16 6:33 
GeneralRe: Plurality - Modular Code Editor Pin
Gurigraphics31-Dec-16 6:49
Gurigraphics31-Dec-16 6:49 
GeneralRe: Plurality - Modular Code Editor Pin
Eddy Vluggen31-Dec-16 7:54
professionalEddy Vluggen31-Dec-16 7:54 
GeneralRe: Plurality - Modular Code Editor Pin
Gurigraphics31-Dec-16 9:34
Gurigraphics31-Dec-16 9:34 
GeneralRe: Plurality - Modular Code Editor Pin
Eddy Vluggen31-Dec-16 10:45
professionalEddy Vluggen31-Dec-16 10:45 
GeneralRe: Plurality - Modular Code Editor Pin
Gurigraphics31-Dec-16 12:55
Gurigraphics31-Dec-16 12:55 
GeneralRe: Plurality - Modular Code Editor Pin
Eddy Vluggen1-Jan-17 0:16
professionalEddy Vluggen1-Jan-17 0:16 
Generalnot new(?) Pin
D4rkTrick31-Dec-16 14:57
professionalD4rkTrick31-Dec-16 14:57 
GeneralRe: not new(?) Pin
Gurigraphics1-Jan-17 3:46
Gurigraphics1-Jan-17 3:46 
GeneralRe: not new(?) Pin
D4rkTrick2-Jan-17 2:24
professionalD4rkTrick2-Jan-17 2:24 
GeneralRe: not new(?) Pin
Gurigraphics2-Jan-17 4:27
Gurigraphics2-Jan-17 4:27 
GeneralRe: not new(?) Pin
Eddy Vluggen2-Jan-17 6:57
professionalEddy Vluggen2-Jan-17 6:57 
GeneralRe: not new(?) Pin
Gurigraphics2-Jan-17 10:49
Gurigraphics2-Jan-17 10:49 
QuestionWhere to start? - Program which allows multiple users on a network to add different inputs Pin
kmk51316-Dec-16 16:40
kmk51316-Dec-16 16:40 
AnswerRe: Where to start? - Program which allows multiple users on a network to add different inputs Pin
Jon McKee16-Dec-16 18:07
professionalJon McKee16-Dec-16 18:07 
My first instinct is WCF[^]. If you have C# experience it isn't too hard to learn especially with a relatively simple service. If you can guarantee that each user is providing details to separate topics as you describe you won't even have to handle shared data. You can setup the service to run on any connections you'd like - pipes, HTTP, TCP, etc. If you don't have C# experience it might be a bit much if you're on a deadline though and I'm sure other CPers will offer some alternatives Smile | :)

The "Getting Started Tutorial" and "Basic WCF Programming" should be the only topics you really need to review for this problem as described. ServiceBehavior, ServiceContract, OperationContract, and DataContract are the main things you'll be interested in besides the basics on how to setup the service itself.

EDIT: This suggestion is mainly if you're looking for a service-oriented approach.
AnswerRe: Where to start? - Program which allows multiple users on a network to add different inputs Pin
Gerry Schmitz18-Dec-16 6:44
mveGerry Schmitz18-Dec-16 6:44 
AnswerRe: Where to start? - Program which allows multiple users on a network to add different inputs Pin
jschell26-Dec-16 6:28
jschell26-Dec-16 6:28 
QuestionVirtualization To Make a Sandbox Pin
Richard Andrew x6416-Dec-16 14:38
professionalRichard Andrew x6416-Dec-16 14:38 
AnswerRe: Virtualization To Make a Sandbox Pin
Munchies_Matt17-Dec-16 0:15
Munchies_Matt17-Dec-16 0:15 
AnswerRe: Virtualization To Make a Sandbox Pin
Gerry Schmitz18-Dec-16 7:07
mveGerry Schmitz18-Dec-16 7:07 

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.