Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Client - Server communications 1

Status
Not open for further replies.

Tve

Programmer
May 22, 2000
166
FR
Hi,

I'm pretty new to C# and I'm thinking of writting a small client-server application.

I actually want to have a program running twice on 2 machines talking to each other, I sppose like chat apps.

I've done some searching and I have found some options using sockets, but I not convinced this is the best solution.

I was originally looking for a way to use XML to converse between the apps.

Questions are:
- Does this seem reasonable?
- What classes would you advise?
- Is security an issue?

Thanks,


AD AUGUSTA PER ANGUSTA

Thierry
 
XML is only useful if you have heterogenous clients. (java, php, .net, c++). However if your clients are all homogenious then remoting/sockets would be a better choice. now you have the power of the respective language.

MS has released the Windows Communication Foundation (WFC) project which is suppose to assist with abstracting the communication layer. This may

Jason Meckley
Programmer
Specialty Bakers, Inc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top