1. can we develop mobile application using asp.net,visual studio and sql server or do we have to install any other softwares?
of course you can. With the links provided above you can start developing for WP7. If you want to write native applications for Android and iOS you maybe have to use a different IDE. If you would like to build web apps in HTML5 in combination with ASP.NET
MVC you could/should use Visual Studio. Also have a look at the planned enhancements of
ASP.NET MVC 4.
winseealn@hotmail.com
2. should we have the mobile device to test the result of the mobile application?
You should definitely have a real device, because an emulator behaves in a different way. Some features are hard to emulate. You can use an emulator for development, but before you publish your app you should test it on a real device.
winseealn@hotmail.com
3. where i can start with simple programs?
My favorite is jQuery Mobile. You will find a lot of tutorials by browsing the web.
Regards.
If my post solves your problem, please mark as answer.
Horizon_Net
Star
8277 Points
1435 Posts
Re: start to learn mobile application
Jan 18, 2012 12:25 PM|LINK
Hi,
of course you can. With the links provided above you can start developing for WP7. If you want to write native applications for Android and iOS you maybe have to use a different IDE. If you would like to build web apps in HTML5 in combination with ASP.NET MVC you could/should use Visual Studio. Also have a look at the planned enhancements of ASP.NET MVC 4.
You should definitely have a real device, because an emulator behaves in a different way. Some features are hard to emulate. You can use an emulator for development, but before you publish your app you should test it on a real device.
My favorite is jQuery Mobile. You will find a lot of tutorials by browsing the web.
If my post solves your problem, please mark as answer.