Yahoo Query Language (YQL) is an extraordinarily useful tool. Tap into its potential.
Latest XML Articles
Working with Google Protocol Buffers and .NET
Learn about something called "Google Protocol Buffers," and watch for later posts on other IoT subjects.
XML-XSD Parsing Refresher
Learn to use XSD, something that's built into Visual Studio, and makes handling XML data child's play.
XAML Changes to Support Universal Windows Platform in Windows 10
Be prepared! Learn about the XAML changes coming in Windows 10.
XElement Refresher
Review using the XElement interface and discover one place where XML is still used that's potentially quite useful to you.
Using XPath for Your XML Based Queries in C# Programming
XPath is one of the important elements in the W3C's XSLT standard and is often referred as a query language used to help us navigate through attributes, elements and other XML objects. It helps us identify the information and process the data in xml-based data sources in an efficient manner. Read on to learn more...
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.

Cross Platform Mobile Development
This article will introduce you to 'Cross Platform Mobile Development' and what tools there are to assist you.
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.