Why you Should Consider Developing your Application in Managed Code
4/19/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
- ** Choosing a Programming Language for Windows Mobile Development **
- Managed vs. Unmanaged Development
- Windows Mobile Features (Managed)
- .NET Compact Framework Reference
- Walkthrough: Create and Run a Simple Windows Application In Managed Code