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.

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.

Building a Conversation Bot
Learn about the Microsoft Bot Framework, and how to craft a conversation bot.

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.