General
- SubSonic 3.0 Preview 1 – Linq Has Landed: Rob Conery announces the first preview of SubSonic 3.0. I can’t be sure from the post, but Rob seems to be focusing on simplicity with this next release.
- Papercut: No bandages needed! Ken Robertson’s Papercut gives you a local SMTP server to develop against without the risk of spamming your company’s client list.
- Hiding Generated Code From Code Analysis, Metrics, and Test Coverage: Terje Sandstrom shows how to use some not-so-well-known attributes in the framework to hide generated code (or any code for that matter) from code analysis tools.
- Struct Examples And Tricks: Ever wonder what’s really going on under the hood when you choose a struct over a class? Sam Allen digs into the differences.
- StyleCop For ReSharper: A very cool tool for integrating StyleCop code analysis to ReSharper.
Web Development
- The Future Of WebForms And ASP.NET MVC: Phil Haack shares what the future holds for ASP.NET.
- Styling A Silverlight Twitter Application With Expression Blend 2: Scott Guthrie shows how to use Expression Blend to stylize a Silverlight application.
- Rendering A Single View Using Multiple View Engines: Phil Haack demonstrates how to use multiple view engines on a single page.

