choose between EVC and C#

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I have to do one new project . I have to decide between C# and EVC++ for
application development for PocketPC.

Can anybody suggest "waht are the parameters i need to consider for deciding
development platfomr between EVC and C#"

Waiting for your reply

Regards
Manish
 
If you need direct hardware access, maximum performance, or access to lots
of APIs or COM objects, then use C++. If you are doing mostly UI, or if you
need database access, XML serialization, etc., then use .NET CF 2.0.

Paul T.
 
Paul has some good points, but you may also want to look into the deployment
of the application. If you use .NET CF 2.0 then you will have to make sure
that the devices already have .NET CF 2.0 installed, and if not then install
it. With EVC++ you can create standalone applications...


"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
com> wrote in message news:[email protected]...
 
Back
Top