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.
C++/CLI Primer
Learn the basics of the ultimate language of the .NET platform: C++/CLI.
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.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
C++ Tips and Tricks
Quirky and yet persistent, C++ is a language that keeps programmers coming back to it. Pick up some new ways to wrangle it into your workflow.

Beginning C#: Getting Started with C#
Ready to jump into the exciting world of C# programming? Here are some tips to getting started the right way.

Hosting a WCF Service Inside a Windows Service
Learn how to use Visual Basic to host a WCF RESTFul service inside a Windows Service.

Influencing Users: Compliance and Conformity
Learn about two common influence techniques, compliance and conformity, as well as how to design for them.