With facilities to search, copy, extract segments, and more, the array class can handle pretty much any task you need to perform with ease.
Latest Debugging and Error Handling Articles
Lessons Learned: Actor Model Thinking in an Actor Model Architecture
Restructure your thinking, if necessary, when using the Actor Model system. The new way of thinking will serve you well.
Using Config Transformations in a non-Web Project
When creating a web project, you actually can split your configuration into separate files, each containing a part that's specific to that profile.
Why Overriding ToString is a Good Idea
You have a custom type, but you know nothing about that type, Learning to use ToString solves that problem.
Creating a DockablePanel-Controlmanager Using C#, Part 7
Going on to design a dockable panel, discover some very interesting techniques, such as hooking the mouse and how to debug an application in such cases. Learn to unpin a docked panel so it slides to the border of the main application.
Web Application Error Handling and Logging For ASP
One of the most important aspects of an application is how well it responds to the user, and this includes response to errors. In this article, Adam Tuliper shares techniques for catching ASP errors and shows how to create a notification system that is sure to keep customers at bay.
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.

Programming an RS-232 Scale with Visual Basic
Explore how easy it is to create a program that reads data from a scale connected through an RS-232 serial port or USB to a serial port converter.
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.