Learn how to create and use variables, the diverse fundamental data types of C++/CLI, as well the importance and usage of constants.
Latest cpp_managed Articles
Exploring Virtual Destructors in C++/CLI
Leverage virtual destructors in Managed C++ to avoid memory leaks in your application.
Switching to MVVM
Model-View-ViewModel (MVVM) is a proven design pattern used heavily in many WPF / Silverlight applications. This article focuses on implementing MVVM on existing applications rather than starting a new application. In this article we are going to see how we can take small steps towards MVVM.
C++ Tutorial: The Template Pattern
Learn how to set up the outline of an algorithm and leave the details of the implementation later using the Template Pattern.
Building a Store Locator ASP.NET Application Using the Google Maps API - Part 1
This ASP.NET tutorial shows how to use the free Google Maps API to build a store locator ASP.NET application.
ASP.NET Developer Techniques for Dealing With Long Running Processes
ASP.NET Developers, do you have ASP.NET pages that are slow to respond to the user and/or timeout. Try this technique to move those processes to the background and provide feedback to the user.
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.