简体   繁体   中英

C# Network Game Programming

有哪些很好的资源可用于学习如何对使用网络C#(例如游戏)的应用程序进行编程?

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 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 example:

@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?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM