In this chapter, we'll be using sample applications available in the GitHub repository for the book here: https://github.com/PacktPublishing/Hands-On-Network-Programming-with-CSharp-and-.NET-Core/tree/master/Chapter 9.
We'll also be using each of the tools we leveraged in Chapter 8, Sockets and Ports. So, if you didn't take the time to install and start working with them before, I suggest you do so now. Specifically, I recommend installing Postman from here: https://www.getpostman.com/apps.
Alternatively, you can use the Insomnia REST client, which can be found here: https://insomnia.rest/.
And, while it's not going to be featured heavily in this chapter, since deployment options will fall outside the scope of this chapter, I would encourage you to use this opportunity to begin working with Docker. I'll point out opportunities to...