C# Game Network Library

后端 未结 8 1526
情歌与酒
情歌与酒 2021-01-02 22:05

I am developing an online strategy game using .Net v2. Although the game is primarily strategic, it does have some tactical elements that require reasonable network performa

8条回答
  •  既然无缘
    2021-01-02 22:19

    Why limit yourself to .NET 2.0. .NET 3.0 (or 3.5) contains WCF and is a solid, performant communications subsystem with good security. .NET 3.0 is just .NET 2.0 with additional libraries (WCF, WF, WPF).

提交回复
热议问题