Fear not, Tuple lovers. This much-maligned data type is still in use today.
Latest Tutorials Articles
Beginning C#: Boolean Logic
Learn the logic behind making Boolean choices.
What Is Object-oriented Programing in C#?
An object-oriented programming language is the basics of any C# program and also is the first step for a developer to move toward the programming world.
Producer and Consumer for Kafka in .NET: An Exploration
Learn to set up a test Kafka broker on a Windows machine, create a Kafka producer, and create a Kafka consumer using the .NET framework.
Beginning C#: Basic I/O and Variables
This month, learn to put information into your programs and then print it.
Managing Your Drives Using C#
Sooner or later you'll need to find out about, and deal with, the various storage devices ("drives") available in your system.
Latest Developer Videos
More...Latest CodeGuru Developer Columns

Understanding the C++ Utility Components in the C++ Standard Library
Learn more about a few commonly used components and explore their utility and usages.

Beginning C#: User-defined Type Conversion Operators
Become proficient with using type definitions in C#.

Doing Cryptography in Visual Basic
Learn about the various forms of encryption in Visual Basic and the differences among them.
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.