Learn to use the async await command easily and properly in the first installment of a new series.
Latest Controls Articles
.NET Back to Basics: The String Class
Take the plunge into the string class and master it.
Custom Dialogs in WinForms
C# has a built-in way to create text-filled message boxes, a way that doesn't require using VB.NET. Find out for yourself.
Using Picker Controls in Your Windows Phone Apps
Learn about the basics of using picker controls to allow users to select files and/or folders in your Windows Phone applications.
Introduction to C# with Windows Forms: String Operations
Learn how to perform basic string operations in a Windows Form using C#.
What You Need to Know When Selecting a Grid
One of the most common misconceptions is the notion that a grid is a grid. In reality, there are several different types of grids and choosing the right one for your needs can help save substantial time and effort. Choosing the wrong grid can result in tremendous effort to make it work the way you need, which is quite frustrating. Daniel Jebaraj looks at the different types of grids and the ways in which they are typically used.
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.

Top Programming Languages to Use for .NET Development
Take a look at some of the most popular languages to use within the .NET paradigm.

Using Common Visual Basic Maths Conversion Functions—Imperial to Metric
When you need to convert imperial to metric and vice versa, here are some formulas to keep on hand.
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.