AuthorHerc

I’ve started exploring programming and how computers work around the time I entered highschool and got hooked pretty much straigt away. 4 years of computer science intensive classes later, I started uni and a year after that landed a job working as a lowly code monkey for a webdev company. It’s the path I’ve walked for the past five or six years, always learning new tips and tricks, from code monkey to senior software engineer, expanding my reach in the tech world.

NetCode Intro

N

This will be a tutorial series targeted at somewhat knowledgable C# developers about building a TCP server/client setup. I will go over all the bits and bobs I’ve built for my solution and how it all works together to provide a reliable TCP networking layer that’s completely and easily customizable by anyone that follow through this tutorial. Before we get into the actual server and...