To develop a smart phone application, What are the other softwares i Have to install other than MS .NET 2005?
-
I'm new for mobile application development.So i wanna know to develop a smart phone application What are the software to install other than MS.Net???
CheeN
-
how can i start to make a window mobile applications. what are software reqired to install. and how can call namespace to develop any small and big windows mobile application.
hi if u want to develop windows mobile application. first u have to choose version of the windows mobile then u download the particular version from microsoft website 2.after u install automatically it came to ur visual studio.net and then u choose a particular device like smart phone or pocket pc if u want url for any SDk .reply me
-
hi if u want to develop windows mobile application. first u have to choose version of the windows mobile then u download the particular version from microsoft website 2.after u install automatically it came to ur visual studio.net and then u choose a particular device like smart phone or pocket pc if u want url for any SDk .reply me
Mobile device development is not difficult at all to get started at. VS2005 will work great, but I highly recommend you check out Visual Studio 2008 which just hit RTM not that long ago. VS 2008 supports .Net 2.0, 3.0 and 3.5 on the desktop and 2.0 or 3.5 on the mobile device right out of the box. You do File -> New Project -> Smart Device -> Smart Device Project. The wizzard will then ask you what your target platform is (Pocket PC 2003, WM5, WM6, etc) and what type of project. You can test your project with the built-in emulator, or if you have your device conneted throug ActiveSync (XP) or Sync Center (Vista) you can run your program and debug it right on the device. You can even set breakpoints and do variable evaluation just like you would a local desktop .Net app. The only additional things you might need to download are device-specific skins for the emulator. But that's only if you want the emulator to look like your device and be able to simulate hardware button presses, etc. If you're debugging on the actual device that's not required. There are a lot of great 'getting started' videos available here: http://msdn2.microsoft.com/en-us/netframework/bb495180.aspx[^] Some great tutorials here: http://netcf2.blogspot.com/[^] And finally, a great starting reference here: http://samples.gotdotnet.com/quickstart/compactframework/[^] Good luck!
My posts may include factual data, educated guesses, personal opinion and dry humor. They should not be treated as an official Microsoft statement.
Sites of Interest: MSDN Events | US ISV Team Blog