Articles tagged with: Patterns & Practices

Dictionaries and GetHashCode()

Summary: A lesson learned about the importance of overriding GetHashCode() method when comparing objects in .NET.


Book Review: The Pragmatic Programmer

Summary: A review of the book 'The Pragmatic Programmer'.


Book Review: Coder To Developer

Summary: A review of the book 'Coder To Developer'.


Sometimes there is a shorter solution

Summary: The content discusses the tendency to settle for the first solution found, using a SQL example.


Windows Live Agents: Structuring and Refactoring the code

Summary: A guide on structuring and refactoring code for Windows Live Agents, including organizing patterns, creating localized responses, and using macros for text substitutions.