ploeh / TCPStateCSharp

State pattern TCP example in C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

State pattern TCP example in C#

This small C# code base translates the Design Patterns State example code to C#, to the best of my abilities.

It then refactors the code to pure functions.

The code is written as a technical appendix to a blog post.

About

State pattern TCP example in C#

License:GNU General Public License v3.0


Languages

Language:C# 99.1%Language:Shell 0.9%