Browser extention to aid Web Developer

Internet Explorer Developer Toolbar
http://www.microsoft.com/downloads/details.aspx?FamilyID=e59c3964-672d-4511-bb3e-2d5e1db91038&displaylang=en

Top 10 Must Have SEO Firefox Extensions!
http://www.pagetrafficblog.com/top-10-must-have-seo-firefox-extensions/2662/

WatiN - Web Application Testing In .Net

http://www.codeproject.com/KB/aspnet/WatiN.aspx
http://watin.sourceforge.net/
http://watintestrecord.sourceforge.net/

Best Practices for Speeding Up Your Web Site

Best Practices for Speeding Up Your Web Site -> http://developer.yahoo.com/performance/rules.html#etags
Firebug -> https://addons.mozilla.org/en-US/firefox/addon/1843
YSlow   -> http://developer.yahoo.com/yslow/

HttpWebRequest and GZip Http Responses -> http://www.west-wind.com/WebLog/posts/102969.aspx

Inversion of Control and Dependency Injection

Inversion of Control and Dependency Injection: Working with Windsor Container *****
http://msdn2.microsoft.com/en-us/library/aa973811.aspx

Design for testability - Castle Windsor
http://community.vuscode.com/malovicn/archive/2008/02/20/design-for-testability-castle-windsor-part-5.aspx


Inversion of Control and Dependency Injection with Castle Windsor Container

Container Tutorials
http://wiki.bittercoder.com/Default.aspx?Page=ContainerTutorials&AspxAutoDetectCookieSupport=1

Inversion of Control Containers and the Dependency Injection pattern  *****
http://www.martinfowler.com/articles/injection.html

Dingo schema compiler for .NET

Dingo is a pluggable Schema Compiler for .NET and will generate C# code. The goal is to provide a simple way to generate Domain Objects. .NET XSD currently only generates Data Objects. Dingo can delegate code generation with high granularity.
http://sourceforge.net/projects/dingo/