Asked by:
Using Asp.Net 4 for smart devices

Question
-
User-1690197158 posted
Hi,
Im working with vs2010 and i need to develop website for smartdevices(IPhon, IPod, SmartPhone, ...).
1. Can i use Asp.Net 4 Technology, if not which technology can i use ?
2. Where can i found simulator for devices ?
3. Which resources and books good for studying this topic ?
Thnx,
khalilMonday, November 21, 2011 3:37 AM
All replies
-
User1918766559 posted
Using VS 2010 , you can obviously develop good websites for smart devices.
in .NET 4.0 & VS 2010 , there is no seperate template for Mobile asp.net websites. You can develop in normal asp.net 4.0 webforms only add the following meta tags in <Head> of .aspx to enlarge view in mobile emulators.
<meta name="HandheldFriendly" content="true" /> <meta name="viewport" content="width=device-width" />
Next , to test the website in different smart client emulators like Windows Phone, i-Phone, BlackBerry, Nokia etc,
download them from here: http://www.asp.net/Mobile/device-simulators
Also, you can integrate JQuery & JQTouch (enhanced open source Mobile website theme library) in your mobile web applications with asp.net.
http://anindita9.wordpress.com/category/i-phone-i-pad/
for more about JQuery Mobile: http://jquerymobile.com
Thanks,
Anindita
Monday, November 21, 2011 4:15 AM -
User-1690197158 posted
1. As you say if i develop website using asp.net 4 and set the meta tags, it will be suitable for smart devices.
2. I did click http://www.asp.net/Mobile/device-simulators going to iPhone / iPod / iPad section inorder to download simulators and i get
a list of links that's no one is free, can you send me a link that i can download from it the simulators ?
Thnx,
khalilMonday, November 21, 2011 5:00 AM -
User1918766559 posted
Hope you have downloaded the other simulators from http://www.asp.net/Mobile/device-simulators perfectly , since there is no real simulators for i-Phone in Windows so you need to download from a third-party website.
Download i-Phone simulator for Windows : http://labs.blackbaud.com/ibbdemo/ibbdemo.zip
be sure to download & install first the safari 3.2.2 SDK for Windows : http://support.apple.com/downloads/Safari_3_2_2_for_Windows
P.S : Please install the safari SDK 3.2.2 for Windows (Not the latest version) beforing installaing IBBdemo i-Phone simulator for Windows otherwise the i-Phone simulator will not work.
Please let me know if you have any issues,
Thanks,
Anindita
Monday, November 21, 2011 7:38 AM -
User1943143334 posted
Hi,
General ASP.NET works absolutely fine with all Mobile browers. Apple iPhone 4, Windows Phone even supports HTML5! Just add the META tags, and you are done!
For simulators, check the below links
http://roopeshreddy.wordpress.com/2011/10/11/apple-iphoneipad-simulator/
http://roopeshreddy.wordpress.com/2011/04/07/testing-asp-net-web-apps-in-google-android-emulator/
http://roopeshreddy.wordpress.com/2011/03/05/guidelines-for-developing-web-apps-for-apple-iphone/
Hope it helps u...
Monday, November 21, 2011 9:35 AM