Click here to Skip to main content
15,890,123 members
Home / Discussions / C#
   

C#

 
GeneralRe: Why is this not CLS-Compliant? Pin
#realJSOP20-Jun-19 5:24
mve#realJSOP20-Jun-19 5:24 
QuestionAm I Remembering Wrong? Pin
#realJSOP20-Jun-19 4:34
mve#realJSOP20-Jun-19 4:34 
AnswerRe: Am I Remembering Wrong? Pin
OriginalGriff20-Jun-19 4:52
mveOriginalGriff20-Jun-19 4:52 
GeneralRe: Am I Remembering Wrong? Pin
#realJSOP20-Jun-19 4:58
mve#realJSOP20-Jun-19 4:58 
GeneralRe: Am I Remembering Wrong? Pin
OriginalGriff20-Jun-19 5:08
mveOriginalGriff20-Jun-19 5:08 
GeneralRe: Am I Remembering Wrong? Pin
#realJSOP20-Jun-19 5:14
mve#realJSOP20-Jun-19 5:14 
GeneralRe: Am I Remembering Wrong? Pin
OriginalGriff20-Jun-19 5:24
mveOriginalGriff20-Jun-19 5:24 
QuestionVery simple Async Client/Server Pin
Member 1450684320-Jun-19 2:59
Member 1450684320-Jun-19 2:59 
Hello everyone!

I ask you very big favor: I would like to create two simple programs in C # (but it's also good in VB.NET) that communicate ASINCRONOUS among themselves.

The first program (client) must have only one button and two textboxes. Once I click on the button it must send the string present in the first textbox to the server and in the second textbox the response of the server must appear.

The second program (server) must have only one textbox, and once it receives the string from the client it must send it back to it.

The important thing is that the communication must take place via an asynchronous socket (tcp), it is also fine using an additional library, but above all clients and servers must be written with as little code as possible, to be able to use them as a starting point or as a starting point for other projects .

Can anyone please help me?

Many thanks in advance!!
AnswerRe: Very simple Async Client/Server Pin
OriginalGriff20-Jun-19 3:56
mveOriginalGriff20-Jun-19 3:56 
AnswerRe: Very simple Async Client/Server Pin
Mycroft Holmes20-Jun-19 14:37
professionalMycroft Holmes20-Jun-19 14:37 
AnswerRe: Very simple Async Client/Server Pin
jschell23-Jun-19 6:08
jschell23-Jun-19 6:08 
Questionhow to create a chat application that a private chat user with a c # mvc Pin
xuannam12039220-Jun-19 0:59
xuannam12039220-Jun-19 0:59 
AnswerRe: how to create a chat application that a private chat user with a c # mvc Pin
OriginalGriff20-Jun-19 1:03
mveOriginalGriff20-Jun-19 1:03 
AnswerRe: how to create a chat application that a private chat user with a c # mvc Pin
#realJSOP20-Jun-19 1:23
mve#realJSOP20-Jun-19 1:23 
Questionretrieval of XML information & Copy to excel Files Pin
Member 1450608919-Jun-19 13:18
Member 1450608919-Jun-19 13:18 
AnswerRe: retrieval of XML information & Copy to excel Files Pin
OriginalGriff19-Jun-19 19:59
mveOriginalGriff19-Jun-19 19:59 
Questionsome bugs don't retire II: DataContract.ReadObject (includes solution by Richard Deeming) Pin
BillWoodruff18-Jun-19 17:43
professionalBillWoodruff18-Jun-19 17:43 
AnswerRe: some bugs don't retire II: DataContract.ReadObject fails after multiple writes to the same file Pin
Richard MacCutchan18-Jun-19 20:46
mveRichard MacCutchan18-Jun-19 20:46 
GeneralRe: some bugs don't retire II: DataContract.ReadObject fails after multiple writes to the same file Pin
BillWoodruff18-Jun-19 21:03
professionalBillWoodruff18-Jun-19 21:03 
GeneralRe: some bugs don't retire II: DataContract.ReadObject fails after multiple writes to the same file Pin
Richard MacCutchan18-Jun-19 21:18
mveRichard MacCutchan18-Jun-19 21:18 
GeneralRe: some bugs don't retire II: DataContract.ReadObject fails after multiple writes to the same file Pin
BillWoodruff18-Jun-19 21:54
professionalBillWoodruff18-Jun-19 21:54 
GeneralRe: some bugs don't retire II: DataContract.ReadObject fails after multiple writes to the same file Pin
Richard MacCutchan18-Jun-19 21:58
mveRichard MacCutchan18-Jun-19 21:58 
GeneralRe: some bugs don't retire II: DataContract.ReadObject fails after multiple writes to the same file Pin
BillWoodruff18-Jun-19 22:04
professionalBillWoodruff18-Jun-19 22:04 
GeneralRe: some bugs don't retire II: DataContract.ReadObject fails after multiple writes to the same file Pin
Richard MacCutchan18-Jun-19 22:39
mveRichard MacCutchan18-Jun-19 22:39 
GeneralRe: some bugs don't retire II: DataContract.ReadObject fails after multiple writes to the same file Pin
Richard Deeming19-Jun-19 0:57
mveRichard Deeming19-Jun-19 0:57 

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.