CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1

Threaded View

  1. #1
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    .NET Framework General: What is the .NET Compact Framework?

    Q: What is the .NET Compact Framework?

    A: The .NET Compact Framework is a subset of the full .NET Framework. It implements approximately 30 percent of the full .NET Framework class library and also contains features and classes specific to mobile and embedded development.

    The .NET Compact Framework is a hardware-independent environment for running programs on resource-constrained computing devices, encompassing personal data assistants (PDAs) such as the Pocket PC, mobile phones, set-top boxes, automotive computing devices, and custom-designed embedded devices built with the Windows CE .NET operating system


    • What functionalities does the .NET Compact Framework provide?

      The .NET Compact Framework provides the following key functionalities:


      • Runs programs that are independent of hardware and operating systems.

      • Supports common network protocols, and connects seamlessly with XML Web services.

      • Provides developers with a model for targeting their applications and components to either a wide range or specific category of devices.

      • Provides benefits of design and optimization of limited system resources.

      • Obtains optimal performance in generating native code using just-in-time (JIT) compilation.




    • Which Development platforms does the .NET Compact Framework support?


      • Visual Basic.NET
      • Visual C#



      Note: C++ development is not currently supported.



    • What are the differences the differences between the .NET Compact Framework and the full .NET Framework?

      Differences



    • What are the similarities with the .NET Framework?

      Similarities



    Last edited by Andreas Masur; January 19th, 2006 at 04:30 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured