Toolbox

This page is where I'll post all those ever so useful links that I keep loosing but keep wanting to reference. So hopefully the next time I say "Oh I remember seeing that..." it won't then be followed by "but where did I see that?". I trust this collection of links will also be helpful to visitors of my site too.

 

ASP.NET/Web Development

Link Description
Top 10 ASP.NET Best Practices Provides 10 essential things to look at when you deploy any ASP.NET application. These tips (you probably don't know them all!) are required reading.
IE Developer Toolbar This is a indispensable tool to give you all details about a loaded web page. Ie allows you to find all kinds of useful details about any element on a web page including CSS elements. Its a must have for any web developer!
Fiddler Fiddler is a HTTP Debugging Proxy which logs all HTTP traffic between your computer and the Internet. Fiddler allows you to inspect all HTTP Traffic, set breakpoints, and "fiddle" with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using any .NET language.