Links
Frameworks
- ASP.NET MVC
- AutoMapper - An Object to Object mapper.
- Enterprise Library - Collection of reusable .NET components from the Patterns & Practices group at Microsoft.
- jQuery - Extremely useful javascript framework.
- NHibernate - NHibernate is a mature, open source object-relational mapper for the .NET framework.
- Structure Map - Inversion of Control / Dependency Injection for .NET.
- xVal - Validation framework for ASP.NET MVC.
Tools & Utilities
- .NET Reflector - Allows you to explore, browse, and analyze .NET assemblies.
- CruiseControl.NET - Automated Continuous Integration server.
- Fiddler2 - Allows inspection of HTTP(S) traffic.
- Firebug - Firebug integrates with Firefox to allow editing, debugging, and monitoring of CSS, HTML, and JavaScript live in any web page.
- Launchy - My favorite application launcher.
- LINQPad - Allows interactive querying of SQL databases using LINQ syntax.
- NHibernate Profiler - A real-time visual debugger allowing a development team to gain valuable insight and perspective into their usage of NHibernate.
- Notepad++ - My favorite replacement to the standard notepad.
- ReSharper - Must have productivity tool for Visual Studio.
- VS Power Commands - A set of useful extensions for Visual Studio.
Community
- Channel 9 - Microsoft's customer/community outreach site.
- Codeplex - Microsoft's open source project hosting web site.
- Project Euler - Fun programming challenges.
- StackOverflow - Single best programming question & answer community.


