View Full Version : Help in C#
ruturaj3
22-02-2008, 11:34 AM
I m developing a project, the utility works in LAN, the data(like user name,password and some boolean value) will be passed between a server & client machines.
30 to 40 client machines can be connected at a time.
I want to know what should i used for this ?
Socket
tcp
or something like multithreading
Pathik
22-02-2008, 11:43 AM
I don't think there is much use of MultiThreading in this unless you want to make the program very efficient.
Zeeshan Quireshi
22-02-2008, 11:44 AM
You can Create and Consume the data using the XML Web Services Framework in .NET 2.0 .
ruturaj3
22-02-2008, 01:46 PM
You can Create and Consume the data using the XML Web Services Framework in .NET 2.0 .
Is is it safe to pass user name & password through XML.
Zeeshan Quireshi
22-02-2008, 02:25 PM
Is is it safe to pass user name & password through XML.
You cuold use an encryption system if you don't wanna pass plaintext .
Desi-Tek.com
10-03-2008, 11:03 AM
and run web services on different port other than port 80,
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.