Knowing when and how to work with the Internet's many different protocols is essential in any decent application.
Latest Internet Articles
Communication Using UDP and Visual Basic
Learn how to create a Visual Basic UDP (User Datagram Protocol) program.
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.
Sending eMails with Visual Basic with LinkedResources and Alternate Views
Learn how to send emails through Visual Basic and make them more powerful with the use of LinkedResources and Alternate Views Classes.
Tapping Into the Wikipedia API with Visual Basic
Harness the power of Wikipedia's APIs and use them in your own Visual Basic work.
Visual Basic Today: What Is Responsive Design?
New devices get invented fast and it is our job as developers to be able to accommodate for those changes and new devices. Learn about Responsive design.
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.