- Hands-On Network Programming with C# and .NET Core
- Sean Burns
- 73字
- 2021-06-24 16:05:13
Network objects and data structures in .NET Core
It may sound like a daunting task to start writing network code from scratch, and in some cases, it absolutely is. There is help, however, in the form of the .NET Core class libraries. With these libraries, you'll be well positioned to start working with clean abstractions for complicated, and often frustrating, network protocols and standards to start producing valuable components on a distributed network.