Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. .NET (Compact) Framework

.NET (Compact) Framework

Scheduled Pinned Locked Moved .NET (Core and Framework)
questioncsharpdotnet
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    gordingin
    wrote on last edited by
    #1

    What is the difference between the .NET Compact Framework and the .NET Framework? Thanks Ralph

    C 1 Reply Last reply
    0
    • G gordingin

      What is the difference between the .NET Compact Framework and the .NET Framework? Thanks Ralph

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      .NET CF is smaller and leaner - It is designed for Windows CE devices like the Pocket PC. Notable differences are: * No ASP.NET support (after all who in their right mind is going to run a web server off a PocketPC device). * Limited XML support - No XPath for instance. * Reduced functionality on Windows Forms controls * Changed functionality on Windows Forms controls (due to the different input methods [e.g. concept of right-click altered to hold-click] and form factor of the device) * Many overloaded versions of methods don't exist. * No printing support (although you can buy third party components that do printing [ScotRail use something like this for issuing tickets on the train itself - a Pocket PC based ticketing issuing device, the Pocket PC plugs into a printer and Credit Card scanner]) There are more. However MSDN indicated on each class, method & property whether it is supported. --Colin Mackay--

      EuroCPian Spring 2004 Get Together[^] "You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups