Articles tagged with: Development

Dictionaries and GetHashCode()

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


Tunning ASP.NET applications performance

Summary: Tips and strategies for fine-tuning ASP.NET applications performance.


Book Review: The Pragmatic Programmer

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


Excel and CSV files II

Summary: A simple C# method for preparing CSV data for parsing.


Excel and CSV files

Summary: A guide on handling Excel and CSV files.