Fear not, Tuple lovers. This much-maligned data type is still in use today.
Latest Data & I/O 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.
Akka in Action: Why use clustering?
Learn to use clusters in your Akka work.
Reading Stack Overflow Information
The Stack Overflow site has useful tools. Use C# to access them more readily.
Expecting Failures In Microservices and Working Around Them
Failures happen. It's a fact of life, but you can learn to regroup and continue on.
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.