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

C#

 
Questionneed help with implemnet conecction between c# app in windows to linux SLES 10 serve Pin
ronensv19-Apr-12 23:54
ronensv19-Apr-12 23:54 
AnswerRe: need help with implemnet conecction between c# app in windows to linux SLES 10 serve Pin
Wes Aday20-Apr-12 0:42
professionalWes Aday20-Apr-12 0:42 
AnswerRe: need help with implemnet conecction between c# app in windows to linux SLES 10 serve Pin
Sentenryu20-Apr-12 1:19
Sentenryu20-Apr-12 1:19 
GeneralRe: need help with implemnet conecction between c# app in windows to linux SLES 10 serve Pin
Wes Aday20-Apr-12 1:25
professionalWes Aday20-Apr-12 1:25 
GeneralRe: need help with implemnet conecction between c# app in windows to linux SLES 10 serve Pin
Sentenryu20-Apr-12 1:32
Sentenryu20-Apr-12 1:32 
GeneralRe: need help with implemnet conecction between c# app in windows to linux SLES 10 serve Pin
ronensv20-Apr-12 6:05
ronensv20-Apr-12 6:05 
GeneralRe: need help with implemnet conecction between c# app in windows to linux SLES 10 serve Pin
Sentenryu20-Apr-12 9:46
Sentenryu20-Apr-12 9:46 
GeneralRe: need help with implemnet conecction between c# app in windows to linux SLES 10 serve Pin
jschell20-Apr-12 10:23
jschell20-Apr-12 10:23 
ronensv wrote:
now i need to write the code in the client(c# app) and also the code on the server.


Then you are in charge of determining the protocol.

ronensv wrote:
i dont understand how to connect to the server and send to it strings (i understand that i need to write code that catch this sting in the server side).

i just know the server name,the user_id and password.


You are confusing issues.
1. Connection
2. Security

Two different things.

If you have a user/pwd then the reason is because the server code uses it. If the server code doesn't use it then you don't need it.

Since you are writing the server code you get to decide whether to use it or not. And if you do use it then you are also defining how to use it.

You might also want to just write a C# client server TCP connection simple test.
Get that to work.
Then write the same code in C++ (presumably) for the linux box: both client and server.
Get that to work (only on linux.)

If you did the two correctly then you should be able to use the client on one OS and the server on the other and they will just work.
QuestionHow to send array of objects to restful client as parameters Pin
NarVish19-Apr-12 22:09
NarVish19-Apr-12 22:09 
QuestionHow to register a new List<IChecker> to Actofac ContainerBuilder Pin
Johan Bertilsdotter19-Apr-12 21:25
Johan Bertilsdotter19-Apr-12 21:25 
AnswerRe: How to register a new List to Actofac ContainerBuilder Pin
Dave Kreskowiak20-Apr-12 3:30
mveDave Kreskowiak20-Apr-12 3:30 
Questioncreating event handler for picturebox click event Pin
Member 857219719-Apr-12 13:10
Member 857219719-Apr-12 13:10 
AnswerRe: creating event handler for picturebox click event Pin
DaveyM6919-Apr-12 14:47
professionalDaveyM6919-Apr-12 14:47 
QuestionRe: creating event handler for picturebox click event Pin
Member 857219720-Apr-12 4:32
Member 857219720-Apr-12 4:32 
QuestionRe: creating event handler for picturebox click event Pin
DaveyM6920-Apr-12 6:23
professionalDaveyM6920-Apr-12 6:23 
AnswerRe: creating event handler for picturebox click event Pin
Member 857219720-Apr-12 6:36
Member 857219720-Apr-12 6:36 
AnswerRe: creating event handler for picturebox click event Pin
DaveyM6920-Apr-12 7:05
professionalDaveyM6920-Apr-12 7:05 
GeneralRe: creating event handler for picturebox click event Pin
Member 857219720-Apr-12 7:11
Member 857219720-Apr-12 7:11 
QuestionDodger Game in C# Pin
Qobacha19-Apr-12 9:26
Qobacha19-Apr-12 9:26 
AnswerRe: Dodger Game in C# Pin
Eddy Vluggen19-Apr-12 9:49
professionalEddy Vluggen19-Apr-12 9:49 
GeneralRe: Dodger Game in C# Pin
PIEBALDconsult19-Apr-12 12:00
mvePIEBALDconsult19-Apr-12 12:00 
GeneralRe: Dodger Game in C# Pin
Qobacha19-Apr-12 20:04
Qobacha19-Apr-12 20:04 
QuestionRe: Dodger Game in C# Pin
Eddy Vluggen20-Apr-12 0:43
professionalEddy Vluggen20-Apr-12 0:43 
GeneralRe: Dodger Game in C# Pin
Qobacha23-Apr-12 10:06
Qobacha23-Apr-12 10:06 
AnswerRe: Dodger Game in C# Pin
Eddy Vluggen23-Apr-12 11:09
professionalEddy Vluggen23-Apr-12 11:09 

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.