General
- The Onion Architecture Part 1: Jeffrey Palermo proposes a new architectural pattern that is based on how components are coupled to each other.
- The Onion Architecture Part 2: Jeffrey Palermo continues his presentation of the Onion Architecture with a practical example.
- How To Review NHibernate Applications: Oren Eini writes about some key points to look for when reviewing an NHibernate-based application.
- More Fun With 'yield return': Mike Hadlow presents a great usage of the yield keyword...very, very nice!
Web Development
- jQuery Hotkeys Plugin: A jQuery plugin that lets you easily add and remove handlers for keyboard events using almost any key combination!
- Generate Web Page Thumbnail Screen Shots: Chris Pietschmann shows how to use the WebBrowser component to take screen shots of web pages.
- ASP.NET MVC - Avoiding Tag Soup: As a response to Jeff Atwood's Tag Soup post, Rob Conery shows the spaghetti code can be pared down to something much simpler.
- Enhance Your Input Fields With Simple CSS Tricks: Janko Jovanovic shows some simple CSS tricks to spice up your form fields.
- Using CSS To Do Anything: 50+ Creative Examples and Tutorials: A nice collection of some neat things you can do with CSS.
- Get Language and Country From A Browser In ASP.NET: Mads Kristensen shows off a pretty slick trick - determining a visitors language and country using only information sent by the browser!

