Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/14/2010

Managed code solves many of the coding problems that are inherent to coding in C++. Both Visual C# and Visual Basic .NET support Rapid Application Development (RAD), while at the same time relieving you from the responsibility of making sure that your application manages memory correctly - which has traditionally been the source of system-crashing bugs.

The .NET Compact Framework provides a comprehensive set of support classes, and specific classes for Windows Mobile provide access to specific features such as the Camera Capture dialog.

Sources of Managed Code Information

See Also