Refresh your skills on the basics of the .NET base classes.
Latest Arithmetic Articles
DateTime Refresher
The .NET DateTime class is not just for getting the current date. It can help you do date calculations and much more.
TIP: Statistics
Learn a few helpful statistical functions.
Operator Overloading for Mathematical Libraries
Discover the concept of operator overloading in C# and its application in mathematical libraries.
Working with Math Routines in C#
Basic math operators—such as plus, minus, and modulus—can get you only so far. It is only a matter of time before you find that you need more robust math routines.
Formatting Negative Numbers Differently Than Positive
Format specifiers are most often used with numbers. What happens if you want to format a variable differently if the number is negative versus positive? Learn the specifiers needed to make this happen in .NET.
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.

.NET Back to Basics: The String Class
Take the plunge into the string class and master it.

Developer Careers for the VB Programmer
Learn about the various types of software development there are as well the job titles that go along with them.
Influencing Users: Compliance and Conformity
Learn about two common influence techniques, compliance and conformity, as well as how to design for them.