Pocket Pc Development tools

  • Thread starter Thread starter Ky
  • Start date Start date
K

Ky

I want to ask what's the different between using C++, C# or VB.Net
development tools for develope pocket pc application?

I almost use to develope some database application? But i don't know whick
one is useful to do so.

Can anyone explain to me?


Thanks
 
Both C# and VB.Net are included in VS 2003 Professional (and above), which
is what you need for device development using those languages. For C++, you
can use eVC++, and the specific version you need depends on the version of
Windows CE that the device you want to target is running.

Visual Studio 2005 will include support for all 3 languages. The main thing
is to decide which language you like best and use that one. In particular,
VB and C# are very similar with mainly just syntactical differences. Most
people are more productive in C# or VB than they are in C++, but you have to
use C++ for some things such as writing device drivers.

Ginny Caughey
..NET Compact Framework MVP
 
Back
Top