Why C#? – Short article explaining why I choose to develop in C#.
Naming Conventions - Controls - Naming conventions define class libraries but are quiet about the names of controls place on a windows or web form.
App/Web Config - Sometimes using the key/value pairs in AppSettings is not robust enough. This article shows a method that can be scaled to any needs.
Error Handling - Handling errors is essential. Using the built in call stack can be helpful but overwhelming. This article shows how to extract and format the useful information in the call stack.