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 CodeGuru Developer Columns
Understanding the C++ Utility Components in the C++ Standard Library
Learn more about a few commonly used components and explore their utility and usages.

Top Programming Languages to Use for .NET Development
Take a look at some of the most popular languages to use within the .NET paradigm.

Using Common Visual Basic Maths Conversion Functions—Imperial to Metric
When you need to convert imperial to metric and vice versa, here are some formulas to keep on hand.
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.