Building a tiny IRC client in C#
IRC is old, plain, and surprisingly useful as a teaching tool. You open a TCP connection. You send text commands. The server sends text lines back. The connection stays open. If the server sends PING,
fullstackcity.com12 min read