General
- Some IoC Container Guidelines: Jimmy Bogard presents some good guidelines for working with your IoC container of choice.
- Lambdas – Know Your Closures: Jason Olson exposes a tricky behavior of lambdas that can bite even folks that consider themselves ‘experts’ in the field.
- Using Moq ExpectSet: Damian Mehers shows us how to use the ExpectSet method in Moq.
- Stack Overflow: The latest Microsoft property is a programming Q & A site that looks to synthesize aspects of wikis, blogs, forums, and Digg/Reggit-style sites…and it’s running on ASP.NET MVC!
- Use DebuggerDisplayAttribute For Easier Debugging: Greg Beech shows how change what information is displayed in the debugger…I can think of many places where I can and will be using this one!
- Working Remotely From Home, Telepresence, & Video Conferencing – One Year Later: Scott Hanselman writes about his experiences with working from home. As someone who has also spent the last year working from home, I can certainly appreciate these tools. Particularly, the Microsoft RoundTable and ooVoo look like some things I’ve got to take a closer look at!
Web Development
- The Best (And Next Best) Possible Advice I Could Give You About Using The MVC Framework: Jeremy Miller has some excellent advice for working with ASP.NET MVC.
- Starting With jQuery – Dynamically Applying Rules: J. Eggers continues the Starting With jQuery series by showing how to apply client-side validation rules.
- jQuery, The Very, Very Basics – Lesson 2: In this second installment of another learning jQuery series we learn about the size and each commands.
- Running jQuery QUnit Tests Under Continuous Integration: Joshua Flanagan shows how to get your QUnit tests running as part of your continuous integration builds.
- Codebehind Files in ASP.NET MVC Are Evil: I couldn’t agree more with Steve Smith’s take on codebehind files in ASP.NET MVC…not having them by default helps developers fall into the ‘pit of success’.
- jQuery And JavaScript Coding: Examples & Best Practices: A nice collection of guidelines for jQuery, and JavaScript in general.

