You have a custom type, but you know nothing about that type, Learning to use ToString solves that problem.
Latest Techniques Articles
Code Contracts in .NET
This article introduces code contracts that specify statements in .NET programs that must prove valid.
Can You Hear Me Now?
Three aspects of .NET programming can make debugging and testing a ton of fun and help you come off as a real pro when you deliver bulletproof code.
Additional Debugging Techniques in C#
An expansion on Debugging tips provided by others.
Debugging Techniques in C#
A method for displaying debug statements during runtime.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.
A Tipple with a Tuple
Fear not, Tuple lovers. This much-maligned data type is still in use today.

Manipulating Excel Data with Visual Basic
Discover how to work productively with Excel Worksheets within Visual Basic.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.