C# Network Game Programming
What are some good resources for learning how to program applications that use networking C#开发者_运维知识库 (say a game)?
For games I would surely recommend reading the Networking for Game Programmers series by Glenn Fiedler - the code is in C++ though, but great general knowledge. As for C#, I would recommend going through the Networking section of the App Hub Education Catalog
UPDATE
I almost forgot the Shawn Hargreaves's Blog. The following Blog Index organizes each of his posts by category. Scroll down till you get to the Networking Category.
For game programming I think you should go with XNA, there are tones of article in internet about it and networking, you can see SO question for starting XNA: Which book should read to start XNA
Edit: But, for network programming, see my question in SO people tried to answer my question provided really good samples (also my question contain it).
For example:
- CodeProject
- CodeGuru
- Programmer's Heaven
- stackoverflow.com ;-)
@Marcel: I've looked at Codeproject and codeguru. I came up empty as far as a doable solution. I'll look at programmer's heaven?
@Saeed: Would it be difficult to convert an existing C# Forms application to XNA?
精彩评论