Network Servers Programming Suggestions

Bernie

Well-known member
Joined
Aug 13, 2007
Messages
98
Programming Experience
3-5
I need to write a network based server that will suppport mulitiple clients sending it messages and seeking responses. I'm new to this type of application and I'm open to any suggestions.

I've notices a lot of people sell toolkits for network applications. Is one really needed or does .Net have good enough tools built in?

Also, can anyone point me to any good resources about writing servers? Books, articles, websites, etc???

Thanks,
Bernie
 
You can do it with Remoting or Sockets, both which .Net has good support for.
 
Back
Top