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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can you recommend an excellent c# network programming book?

Status
Not open for further replies.

codemechanic

Programmer
Joined
Apr 3, 2004
Messages
3
Location
AU
I am currently developing a time server for a central network server. I need a good source on C# networking tools with an insight into aspects such as network performance, security and scalability.
 
To design a time server you probably want to look up information on "Remoting". Any C# book with coverage on that topic will suffice.

Network performance will depend greatly on exactly what you are doing... and likely will only be determinable by actually testing some code.

As for security, there are a variety of web resources. The O'Reilly book "Programming .NET Security" is also very good.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top