Take the plunge into the string class and master it.
Latest Tutorials Articles
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.
Creating Non-Transparent Controls on a Semi-Transparent Window
Learn about the use and principles of operating a semi-transparent control with non-transparent child controls.
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.

Reading Stack Overflow Information
The Stack Overflow site has useful tools. Use C# to access them more readily.

Using SQL Common Table Expressions to Improve VB Queries
Using SQL commands through your Visual Basic programming isn't difficult once you understand the basics.

Load Testing: SLA First
Here are some guidelines to make implementing load testing easier and more likely to be well received by your team.