You've never heard of YQL? Get with the program and access Yahoo's different data stores.
Latest Charts and Graphing Articles
Beginner's Guide to Crystal Reports, Part I: Winforms
One of the worst features of Crystal Reports is the way it handles report parameters by presenting each parameter in a separate screen, which clients really hate! This demo will show you how to present ALL of the parameters contained in a .rpt file in a SINGLE screen to the user.
Creating Simple Charts and Graphs
Learn to create simple charts and graphs using the Microsoft .NET Framework's System.Drawing namespace.
Latest CodeGuru Developer Columns
Simple Solutions: Coding C and C++ with Visual Studio Code
With the addition of the C/C++ extension to Visual Studio Code, you might have what is needed in a small, cross-platform editor.

Create SQL Server Database Unit Tests Using Visual Studio
Learn how to set up unit tests using an existing database and by using new, custom SQL scripts.

Creating a Family Tree Using .NET
Create a graphical family tree, using either C# or VB.NET.
Understanding Onion Architecture
Onion Architecture addresses the challenges faced with 3-tier and n-tier architectures, and provides a solution for common problems.