Friday 28 December 2012

mobile application tutorial


MVC:

Azure

http://www.windowsazure.com/en-us/develop/net/tutorials/aspnet-mvc-4-mobile-website/

other ways

http://www.w3schools.com/dotnetmobile/default.asp
http://www.asp.net/mobile

http://www.satter.org/2008/01/mobile-web-deve.html
http://wiki.asp.net/page.aspx/459/namespaces-for-aspnet-mobile-development/


ASP.NET is excellent for Mobile web application development.The beauty of asp.net is, it will render the content based on the requested device. Normal asp.net code works perfectly in Mobile browsers[HTML capable browsers].

For iPhone development,

http://developer.apple.com/safari/library/documentation/AppleApplications/Reference/SafariWebContent/Introduction/Introduction.html#//apple_ref/doc/uid/TP40002051



For Blackberry development,

http://na.blackberry.com/eng/developers/browserdev/



For Android,Symbian,  & Other OS

Asp.net renders the content absolutely fine on these phones.






No comments:

Post a Comment

If any doubt?then please comment in my post

How to reduce angular CLI build time

 Index: ----- I am using angular cli - 7 and I am going to tell how to reduce the build time as per my knowledge. Problem: -------- Now the ...