This month, learn to put information into your programs and then print it.
Latest Tutorials Articles
.NET Back to Basics: The int Class
Push the 'int' class to its limits. Learn how here.
Learn to Secure an ASP.NET Web API Using HMAC
Learn about the HMAC authentication mechanism and study the source code sample for securing an ASP.NET Web API using HMAC.
Computer Vision Using AForge.NET
Create a simple Windows Forms application that will use your computer's web cam to turn your PC into a motion detection system.
Introduction to Lucene.Net
Rohit Kukreti describes the basic steps to use Lucene.Net within an ASP.Net application.
Using Facebook and Twitter Helpers in WebMatrix
An ever increasing number of websites are integrating social networks into their pages. Facebook and Twitter Helpers for WebMatrix allow you to easily integrate the respective applications into ASP.NET MVC Razor based websites. This article shows you how.
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.

Ten Reasons to Look at .NET Core Now
The .NET Core is here now, and here are some reasons to begin using it.

Creating a Command Prompt Window Using Visual Basic
Learn how to simulate the DOS Command Prompt window from a Visual Basic form.
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.