Came across some links doing my daily research that I believe others would find useful.
Mike Woodring has a rather large list of code-examples on everything from remoting and sockets to HTTP Logging modules. It's a really great resource and cruising through this code was definitely a learning experience for me - the more I learn the less I know about before :)
Link number two is a refresher on memory management in the .NET framework. I find it's easy to plug-away developing ASP.NET (And maybe even WinForms apps) without *really* comprehending the way memory is allocated to the various object/data-types available in the framework. I've also been doing some reading on C++ lately, so memory management is one of my new areas-of-interest. Nonetheless, this article is a good read.
Cheers.