With Internet use so pervasive, it's the developer's responsibility to build the most responsive/reactive systems possible.
Latest Internet Articles
Enabling Cross-Origin Resource Sharing (CORS) on a Service
Explore how to enable CORS on a service and how to communicate properly through JSON.
Seven Easily-Overlooked Web Site Elements That Kill Your Site's Usability
See common complaints about Web site user experiences.
Creating a Server with .NET Socket Programming
HTTP isn't the only network protocol that's useful. Learn about, or beef up your skills with, socket-level programming.
Syndicating Feeds Using C#
RSS is still around, despite newer technology in existence. Learn how to make use of the RSS technology.
A .NET DNS Lookup Tool
Just by using a bit of code, you can find virtually any IP address and its "real" name.
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.

Creating Visual Basic String Enums
With just a few lines of code, you can have a quick way to make an Enum accept String values instead of an ordinary named constant.
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.