You have a custom type, but you know nothing about that type, Learning to use ToString solves that problem.

You have a custom type, but you know nothing about that type, Learning to use ToString solves that problem.
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.
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.
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.
In this new installment, you'll discover how to write an even more robust version of a debugger visualizer using WIndows Presentation Foundation (WPF). You'll learn how to visualize additional data types as well as how to change the value of variables.
There are lots of good examples of creating a debugger visualizer for Visual Studio, but one thing that this is common is that all of them are written using Windows form. It is, however, possible to make a debugger visualizer in WPF, and thus display data in a much more sophisticated way using modern technology.
Become more proficient on the usage of statements to control the flow of execution through a C++/CLI application.
Explore new ways to run processes under Windows. Some might even surprise you.
You can change your input language dynamically. Make it easier for those who speak other languages to use your software.
Have you ever wanted to control your garage door from your smartphone? Here is your chance. Get your hands dirty with an Arduino Garage Door Controller.