Recommend book/resources for C# network programming?

Started by
11 comments, last by 8Observer8 4 years, 6 months ago

The one that talks about "the protocols" is the most important. The others will give you more detailed insights into specifics of implementations (although those implementations are somewhat outdated by now.)

enum Bool { True, False, FileNotFound };
Advertisement

I watched this video and I like it:

 

This topic is closed to new replies.

Advertisement