Pick up some tips for getting in the mind of your intended audience.
Latest Debugging Articles
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.
Working with Debug Windows in Visual Studio
Understanding the different windows in Visual Studio’s debugger is essential for efficient debugging. Read on to learn some of the most commonly used debug windows of Visual Studio.
The Cost of Bugs
Software defects and bugs cost $60 billion a year in the US. Check out this infographic to get a few other statistics on the impact of defects in your applications.
Browser Debugging Tools to Help Debug ASP.Net Applications
ASP.Net web forms, as the webpages are officially known, can become cumbersome to handle when they grow richer. The first line of defense, in such cases, is offered by the Browser Debugging Tools. Read on to find out more about such tools and how they help.
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.

Base64 Encoding from C#
Using the Base64 system isn't as archaic as you might think. Refresh your skills here.

Creating a Memory Dump Process in Visual Basic
Learn how to create a dumping process that can help you when your computer locks up.
Influencing Users: Compliance and Conformity
Learn about two common influence techniques, compliance and conformity, as well as how to design for them.