Failures happen. It's a fact of life, but you can learn to regroup and continue on.
Latest Network & Systems Articles
Creating Microservices Using NancyFX
In the IoT world of embedded devices, small is beautiful and small doesn't come much better than the NancyFX Web framework.
Using C# to Find Out What Your Computer is Made of
Your computer has a lot of information available to your inquisitive mind. Learn all its secrets with a few lines of code.
Syndicating Feeds Using C#
RSS is still around, despite newer technology in existence. Learn how to make use of the RSS technology.
Getting Started with the Raspberry Pi 2
Ramp up to the latest Pi module and do far more things than with the original.
Windows Management Using C# Programming
Windows management has a prime place in system monitoring and administration irrespective of the technology being used. The suppleness that is achieved using the Windows management native API's are far more than that which could be achieved through other kinds of monitoring and administration application.
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.

C# Async Await Revisited
Learn to use the async await command easily and properly in the first installment of a new series.

Building a Visual Basic Roman Numeral Converter
Add to your arsenal a few different ways to create a decent Roman Numeral converter with Visual Basic.
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.