CLR stuff
Patrick Dussud - How It All Started…AKA the Birth of the CLR … and yes the GC prototype was was written in Common Lisp first and I wrote a translator to convert it to C++ … that's one piece of history I haven't heard before ...
Debugging stuff
Microsoft Downloads - CLR Managed Debugger (mdbg) Sample… some of the changes include: Pdb2Xml conversion tool and All IL files have been converted to C# (so its now all C# - for those of you who want to avoid IL)
Thomas Ptacek - Debug Windows Service Startup Without Using gflags … interesting … now I need to check out Ollydbg and the … sound like some useful tools to keep around.
Web stuff
Scott Guthrie - Common Gotcha: Don't forget to when adding providers … Scott explains one of the things I find annoying and why it is necessary.
Phil Haack - Adding Client-Side Custom Properties To Controls … Phil is making some blog posts while procrastinating his book writing.
Bilal Haidar - How to Popup a Window Using DIV Layer in ASP.NET 1.x/2.x
via afongen - Links for 2006-11-25 [del.icio.us] - CSS Tab Designer … some really nice looking tabs
Utilities
Jamie Thomson - 'Copy Path' on context menu … nice simple little utility to grab the path of file in windows explorer … something I could use when I tail some log files …
Greg - CPU Temperature Monitor System Tray Utility … now I can find he answer out to something I've often wondered - how hot is my cpu? … especially when these fans are so loud on my laptop.
Greg - Fiddler2 (Fiddler + HTTPS) Alpha Released … installs side-by-side with Fiddler but now supports https.
Building stuff
Jeremy Miller - I don't have time to sharpen the saw, I'm too busy chopping wood! … Jeremy discusses the importance of CI and how people like to make excuses to keep putting it off (if they aren't already doing it)
Security stuff
Bryan Sullivan - Malicious Code Injection: It's Not Just for SQL Anymore … I haven't read this one yet, but it looks like good read for the bus tomorrow. It is about how developers need to look at not just sql injection but also xpath and ldap type code injection attacks.