Socket programming

Hi.

I want to wite a applcation that work on a LAN.this a server/client app, that client send a task for server and server access to database and run it on database(for example a sql statement). then I want to send the result of execution of that on database to client that may be a boolean or datareader or int or ...but client don't know that reciving info is bool or int or ...(in other words,all of cases send by a same way).

plz help me. Can I use Socket namespace for this and how

Thanks.



Answer this question

Socket programming