Learn how to create and use variables, the diverse fundamental data types of C++/CLI, as well the importance and usage of constants.
Latest General Articles
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.
Using WPF with Managed C++
Discuss on WPF using Managed C++. Review a sample loan amortization program.
Introduction to C++/CLI Generics
Read an introduction to generics implementation in C++/CLI in comparison with templates.
Writing Code in a Natural Way with C++/CLI
Learn about some of the most important changes to the managed extensions for C++, trying to show how it feels to write code with C++/CLI.
The Mists of Avalon
Learn about "Avalon," the exciting new presentation subsystem of the upcoming Windows platforms. After an introduction to declarative drawing and XAML, you'll use XAMLPad to get a first taste of Avalon programming.
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.

Using the Entity Framework Core with SQLite
Learn about a very nice combination of technologies: Entity Framework Core 1.0, SQLite, and a console application.

Overriding Disabled Control Properties with Visual Basic
Discover how to change the default behaviour of an object when that object has been disabled.
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.