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
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
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).
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.
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.
精彩评论