Create a C#/VB.NET kiosk application that runs on Windows and displays modern Web content using WPF or WinForms and a Browser control based on Chromium.
Latest Web Services Articles
Web Developers: Are Your Sites Using HTTPS?
Web sites that need certificates, the secure ones running under HTTPS, are quickly becoming the standard. Get ready to use certificates.
Actors and Messages: The Building Blocks of Akka.NET
Learn to understand actors and messages in an operational manner under Akka.NET.
Using Secure Sockets in .NET
Securing regular sockets against tampering isn't that difficult if you follow this lead.
If You Like It, Put an HTML5 UI on It
Add an HTML5 User Interface directly to your desktop applications.
Microsoft .NET Framework 4.0 Task Parallel Library Continuations
Task Continuations allows developers to create interdependencies between tasks. The interdependencies can involve simple execution in response to task completion or aggregated exception handling among tasks. Read along to learn more.
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.