Swati
Swati

Reputation: 2918

developing applications for windows mobile,c#

i work on visual studio 2008,now i want to create applications for windows mobile in c#.

what r d requirements and how to build them???

Do i need any kind of simulators

Upvotes: 2

Views: 1757

Answers (4)

Brian Sweeney
Brian Sweeney

Reputation: 6793

You can now use Visual Studio 2010 express mobile edition as well. This is nice because it seems to be the only one that is actually one stop shopping: no dumb SDK's, no extra vs project template plug-ins, etc... Everything you need is in that one free DL. Unfortunately WinMo7 is radically different from the previous versions so backwards compatibility will be be difficult. The new environment is built on top of WPF tho which is nice to work with.

Upvotes: 1

Twelve47
Twelve47

Reputation: 3984

The Windows Mobile SDK includes a simulator, but it is always sensible to debug/test on a device before release. This is really smooth using Visual Studio 2008 and USB connection to the device.

The .NET compact framework is a subset of the .NET framework. MSDN is good for telling you what's missing.

Upvotes: 0

cjk
cjk

Reputation: 46415

There is a Windows Mobile SDK available for free from Microsoft, however you must use a full version of Visual Studio (not an Express edition).

Upvotes: 1

this. __curious_geek
this. __curious_geek

Reputation: 43207

Answering your question with right degree of detailing that it deserves is beyond the scope here. So I recommend you to start from here!

Windows Mobile Developer Center

Upvotes: 5

Related Questions