posted on Monday, April 17, 2006 1:43 PM
by
Jonathan Hodgson
Some things developers should know... and tcp/ip, threading
The AppDev: Something You Should Know is a great blog to read/subscribe to, it has loads of useful developer tips and tricks, from digging deeper in GetHashCode to Compression example in .NET.
Also Nicholas Allen's Indigo blog delves into some of the often abstracted away parts of the tcp/ip communication stack; from layers, protocols, framing and NAT translation.
Lastly via Sebby, I found this threading chapter (PDF) from Practial .NET 2 and C# 2 which is a really good introduction to synchronization and threading techniques - it is always good to refresh on the .net framework and the new classes available and Mike Taulty recommends as well. Based on this chapter alone, I think I'll be buying the book.