locked
Choosing the right version of .Net Compact Framework. RRS feed

  • Question

  • Hello!

    I'm developing an winform application for Windows Mobile 5.0 and above. I'm using .Net Compact Framework 2.0 SP2.

    I choose that version of compact framework because is installed on Windows Mobile 6.0 rom (in fact, the installed version is .Net Compact Framework 2.0 SP1). Because of that, program will run faster and is going to be easier for the user to install my program.

    But I think I can use .NET Compact Framework 3.5 on windows mobile 5.0 and above.

    What do you recommend to me?

    Tuesday, October 13, 2009 4:04 PM

Answers

  • Hi,

    This all depends on the features that you want to make use of.

    .NET CF 3.5 supports a subset of the newer features which you may find useful in your application, the following may help with your decision :-

    http://msdn.microsoft.com/en-us/library/bb397835.aspx

    Hope this helps.

    Paul Diston
    http://www.smartmobiledevice.co.uk/
    Tuesday, October 13, 2009 4:44 PM
  • I hardly ever see any reason to make new software using old technologies. I'd recommend going for the latest and greatest. But, there is actually not much difference between .NETCF 3.5 and 2.0. You'll need .NETCF 3.5 if you want to use LINQ, extension methods, or other new stuff.

    An advantage to writing in .NETCF 2.0 is that if you deploy to Windows Mobile 6.0 (or later) then the runtime dll's are installed on ROM (also for SQLCE 3.1). This is a huge performance benefit.
    Tuesday, October 13, 2009 9:27 PM

All replies