Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
GeneralRe: Where Is the Current Free Download Of Visual C# ? Pin
C-P-User-324-Mar-14 3:29
C-P-User-324-Mar-14 3:29 
GeneralRe: Where Is the Current Free Download Of Visual C# ? Pin
Pete O'Hanlon24-Mar-14 7:37
mvePete O'Hanlon24-Mar-14 7:37 
AnswerRe: Where Is the Current Free Download Of Visual C# ? Pin
Kenneth Haugland24-Mar-14 3:16
mvaKenneth Haugland24-Mar-14 3:16 
GeneralRe: Where Is the Current Free Download Of Visual C# ? Pin
C-P-User-324-Mar-14 3:20
C-P-User-324-Mar-14 3:20 
QuestionRe: Where Is the Current Free Download Of Visual C# ? Pin
Kenneth Haugland24-Mar-14 3:25
mvaKenneth Haugland24-Mar-14 3:25 
AnswerRe: Where Is the Current Free Download Of Visual C# ? Pin
C-P-User-324-Mar-14 3:30
C-P-User-324-Mar-14 3:30 
AnswerRe: Where Is the Current Free Download Of Visual C# ? Pin
BobJanova24-Mar-14 3:56
BobJanova24-Mar-14 3:56 
GeneralRe: Where Is the Current Free Download Of Visual C# ? Pin
C-P-User-324-Mar-14 4:20
C-P-User-324-Mar-14 4:20 
Thanks, will examine it.

This is an interface to an external box on my desk.

We have a useful interface already. We send a command and the box responds; and we see the response on our screen; exactly as the spec told the guy to do a year or two ago; and he did his job quite well.

We now want to add our own smarts into this arrangement, and write an interface that lets us give the box a command, and then read the response; and make a decision on what to do as a result.

e.g., something like...

C#
SendTheCommand("X Y Z")
 Response = ReadTheResponse()
  if (Response == 1)
   {
    DoTheFirstThing()
   }

  if (Response == 2)
   {
    DoTheSecondThing()
   }


I think this is going to have to be C# by fiat more than logistics.

Anyway, I will certainly spend a few minutes looking at your open source suggestion.
GeneralRe: Where Is the Current Free Download Of Visual C# ? Pin
BobJanova24-Mar-14 4:40
BobJanova24-Mar-14 4:40 
GeneralRe: Where Is the Current Free Download Of Visual C# ? Pin
harold aptroot24-Mar-14 7:40
harold aptroot24-Mar-14 7:40 
GeneralRe: Where Is the Current Free Download Of Visual C# ? Pin
BobJanova24-Mar-14 8:07
BobJanova24-Mar-14 8:07 
GeneralRe: Where Is the Current Free Download Of Visual C# ? Pin
Kenneth Haugland24-Mar-14 11:10
mvaKenneth Haugland24-Mar-14 11:10 
QuestionUsing nonce for authentication Pin
TygerBS24-Mar-14 2:21
TygerBS24-Mar-14 2:21 
AnswerRe: Using nonce for authentication Pin
Pete O'Hanlon24-Mar-14 3:17
mvePete O'Hanlon24-Mar-14 3:17 
QuestionDeveloping a C# Project Pin
Bobba Praneeth24-Mar-14 0:09
Bobba Praneeth24-Mar-14 0:09 
AnswerRe: Developing a C# Project Pin
Keith Barrow24-Mar-14 1:23
professionalKeith Barrow24-Mar-14 1:23 
AnswerRe: Developing a C# Project Pin
V.24-Mar-14 3:49
professionalV.24-Mar-14 3:49 
AnswerRe: Developing a C# Project Pin
BobJanova24-Mar-14 3:58
BobJanova24-Mar-14 3:58 
AnswerRe: Developing a C# Project Pin
OriginalGriff24-Mar-14 6:23
mveOriginalGriff24-Mar-14 6:23 
Question[solved] Array of classes nested into array of classes (and serialization) Pin
Mario 5623-Mar-14 22:23
Mario 5623-Mar-14 22:23 
AnswerRe: Array of classes nested into array of classes (and serialization) Pin
Pete O'Hanlon23-Mar-14 22:48
mvePete O'Hanlon23-Mar-14 22:48 
GeneralRe: Array of classes nested into array of classes (and serialization) Pin
Mario 5623-Mar-14 23:43
Mario 5623-Mar-14 23:43 
GeneralRe: Array of classes nested into array of classes (and serialization) Pin
Pete O'Hanlon24-Mar-14 2:23
mvePete O'Hanlon24-Mar-14 2:23 
GeneralRe: Array of classes nested into array of classes (and serialization) Pin
Mario 5624-Mar-14 2:42
Mario 5624-Mar-14 2:42 
GeneralRe: Array of classes nested into array of classes (and serialization) Pin
Pete O'Hanlon24-Mar-14 2:48
mvePete O'Hanlon24-Mar-14 2:48 

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.