Learn to use the async await command easily and properly in the first installment of a new series.
Latest Tutorials Articles
.NET Back to Basics: The String Class
Take the plunge into the string class and master it.
Tip: C# - Detect the End of Media - axWindowsMediaPlayer
Learn how to trigger a function when your axWindowsMediaPlayer stops playing a song, video or any other type of media.
OK-CANCEL vs CANCEL-OK
What order should the OK and Cancel buttons appear? Should it be like Windows or like the Mac? Are there any "rule of thumb" as to when certain standard should be followed or is it just a matter of taste?
Creating a Dockable Panel-Controlmanager Using C#, Part 2
Learn how to get a borderless Form to move around on the screen by capturing it with the mouse and dragging it, and to be able to resize the form, the same way as a normal sizeable Form can be sized by dragging its edges.
Lights Out Game (in C#)
Just play a game of Lights Out, or take some time to see an array of buttons put to use.
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.

Ten Reasons to Look at .NET Core Now
The .NET Core is here now, and here are some reasons to begin using it.

Using Visual Basic to Create PDFs from Images
Explore how to convert images to a PDF document and how to combine two PDF documents into one.
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.