Yahoo Query Language (YQL) is an extraordinarily useful tool. Tap into its potential.
Latest Tips & Tricks Articles
XML-XSD Parsing Refresher
Learn to use XSD, something that's built into Visual Studio, and makes handling XML data child's play.
The Down and Dirty Guide: Async and Await in C#
Improve your C# asynchronous programming skills with the help of a few, perhaps new to your arsenal, keywords.
DateTime Refresher
The .NET DateTime class is not just for getting the current date. It can help you do date calculations and much more.
Processing Things in C# with the Process Class
Explore new ways to run processes under Windows. Some might even surprise you.
Extension Methods Refresher
Use code extensions to expand the core principles of code re-use.
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.

Creating Visual Basic String Enums
With just a few lines of code, you can have a quick way to make an Enum accept String values instead of an ordinary named constant.
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.