Knowing when and how to work with the Internet's many different protocols is essential in any decent application.
Latest Web Services Articles
Building Browser-based Kiosk Apps with C#/VB.NET (Using DotNetBrowser)
Create a C#/VB.NET kiosk application that runs on Windows and displays modern Web content using WPF or WinForms and a Browser control based on Chromium.
Tapping Into the Wikipedia API with Visual Basic
Harness the power of Wikipedia's APIs and use them in your own Visual Basic work.
Role-based Security Within VB
See how easy it can be to implement Role-based Security in your Visual Basic applications.
Using VB to Determine Your Default Browser and Default Mail Client
Learn how easy it is to use Visual Basic to send mail with your default mail client and open your user's default web browser.
A Simple Approach to Using Microsoft Azure Table Storage
Discover this simple way to start using Microsoft Azure tables for data storage.
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.