Click here to Skip to main content
15,887,135 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
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 
AnswerRe: Virtualization To Make a Sandbox Pin
Nathan Minier21-Dec-16 3:31
professionalNathan Minier21-Dec-16 3:31 
AnswerRe: Virtualization To Make a Sandbox Pin
jschell26-Dec-16 6:37
jschell26-Dec-16 6:37 
QuestionCalling class function vs function getting class variables Pin
hpjchobbes7-Dec-16 14:04
hpjchobbes7-Dec-16 14:04 
AnswerRe: Calling class function vs function getting class variables Pin
Mycroft Holmes7-Dec-16 16:58
professionalMycroft Holmes7-Dec-16 16:58 
GeneralRe: Calling class function vs function getting class variables Pin
hpjchobbes7-Dec-16 17:15
hpjchobbes7-Dec-16 17:15 
GeneralRe: Calling class function vs function getting class variables Pin
Mycroft Holmes8-Dec-16 11:52
professionalMycroft Holmes8-Dec-16 11:52 
AnswerRe: Calling class function vs function getting class variables Pin
Gerry Schmitz7-Dec-16 17:27
mveGerry Schmitz7-Dec-16 17:27 
AnswerRe: Calling class function vs function getting class variables Pin
jschell26-Dec-16 6:49
jschell26-Dec-16 6:49 
QuestionDistribution of deliverables over the air. Pin
CodingLover28-Nov-16 22:51
CodingLover28-Nov-16 22:51 
AnswerRe: Distribution of deliverables over the air. Pin
Nathan Minier29-Nov-16 1:44
professionalNathan Minier29-Nov-16 1:44 
GeneralRe: Distribution of deliverables over the air. Pin
CodingLover29-Nov-16 15:32
CodingLover29-Nov-16 15:32 
AnswerRe: Distribution of deliverables over the air. Pin
Richard Deeming29-Nov-16 2:02
mveRichard Deeming29-Nov-16 2:02 

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.