Summary: The importance of using derived Exception classes for better error handling in .NET and PHP.
Summary: Avoiding the break statement in coding by using additional checks in the loop's condition expression for better readability and avoiding messy code.
Summary: The importance of thinking in generic terms when developing mobile websites.
Summary: How to split app settings and connection strings in ASP.NET to separate files, allowing for easier management and organization of configuration settings.
Summary: A review of the book 'Design Patterns: Elements of Reusable Object-Oriented Software', by Erich Gamma, Richard Helm, Ralph Johnson & John M. Vlissides.