Setting Up Your Development Environment
摘要
Before we can build anything, we need to make sure our development environment is ready to go. Here's what we'll cover: installing the .NET SDK, picking an editor, pulling in the right NuGet packages, and wiring up a test client so you can actually talk to the servers you build. By the end of the chapter, you will have a fully working setup and a tiny project that proves it.