Latest Visual Studio .NET Add-Ins Articles
Kinect for Windows: A New Interface for Your Apps
Microsoft officially announced that a new Kinect for Windows device will be released on February 1st along with a commercial license. How easy is it to code to?
Iron Speed Designer Review
Rapid Application Development or RAD tools enhance the productivity of developers by allowing them to focus on the business part of their application. This article is a review of Iron Speed Designer, one of the best know RAD tools for development of .NET framework web applications.
Microsoft Visual Studio 2010 Advance Code Analysis: Write Custom Static Code Analysis Rules Using FxCop
FxCop is a great tool for checking coding rule violations in Microsoft Visual Studio 2010. Microsoft has divided almost 200 + FxCop predefined static tcode analysis rules in different groups and categories. Learn to use these and write customized FxCop rules.
Dynamic Programming Using C# 4.0 and Microsoft Visual Studio 2010
Now you can write dynamic programs using C# programming's newest version, 4.0. You can also replace complicated .NET framework reflection code with easier dynamic programs. Using dynamics in C# programming, developers can now make interop and COM object's method calls.
My Favorite New Features in Microsoft Visual Studio 2010
Earlier this week, Microsoft released Visual Studio 2010. This article, by Scott Mitchell, looks at several new and exciting features in Microsoft Visual Studio 2010.
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.

Managing Your Drives Using C#
Sooner or later you'll need to find out about, and deal with, the various storage devices ("drives") available in your system.

Getting Started with Visual Basic: Getting the VB Software
After you've read this article, you're well on your way to becoming a Visual Basic developer.
Influencing Users: Compliance and Conformity
Learn about two common influence techniques, compliance and conformity, as well as how to design for them.