General
- Lessons That I Learned From Waegis: Keyvan Nayyeri shares the lessons he learned from launching Waegis, a spam filter for web sites.
- Don't Mix Using Statements And Lambda Expressions: Jared Parsons explains why you do not want to mix using statements with lambda expressions.
- Nullable<T> Usage Guidelines: Krzysztof Cwalina has some great guidelines on using the Nullable<T> type that was introduced in .NET 2.0.
- Design Patterns - Adapter Pattern: David Cumps adds the adapter pattern to his series of design patterns.
Web Development
- ASP.NET MVC Preview 4 Release (Part 1): Scott Guthrie walks us through the latest release of ASP.NET MVC. In this first of two posts, Scott talks about the new caching, error handling, and security features in this release.
- jQuery Sparklines: Splunk Inc has released a jQuery plugin for creating sparklines (small inline graphs).
Virtualization
- Processor Topology Inside of Hyper-V Virtual Machines: The Virtual PC Guy explains why you can add 4 virtual processors to an OS that is only 'supported' by 2.
- How to Run VMWare Workstation on Windows Server 2008 with Hyper-V: Are you using Windows Server 2008 as a workstation? Want to run VMWare Workstation, but having issues? Aaron Tiensivu has the answer!
Software
- ASP.NET MVC Preview 4: This latest preview release of ASP.NET MVC continues to polish the core components, but also starts building common functionality on top of them.
