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.

Beginning C#: More about Variables in C#
String along with me and learn more about using strings in your C# programming.

How to Use TeamViewer
Learn about the TeamViewer API and the various platforms you can make use of and also how to program a TeamViewer enabled app.
Influencing Users: Compliance and Conformity
Learn about two common influence techniques, compliance and conformity, as well as how to design for them.