I am going through Asp.net mobile webforms what will be advantages and dis-advantages of asp.net mobile web forms the reason for asking this question because asp.net mobile web form is not released with .net 4.0.
Regards,
Rick Jackson (Please mark as answer if my post help you to solve your issue) [Happy programming]
The development of technologies and mobile devices seems to have left web forms behind I’m afraid. XIII is correct and you should go down the MVC4 road. I’ve got a site up and running in MVC3 and jQuery Mobile which works great, but I think some of the features
of MVC4, especially the offline manifest are going to change mobile development completely.
rickjackson
Participant
1362 Points
405 Posts
Asp.Net Mobile Forms Advantages and Dis-Advantages
Sep 20, 2011 09:15 AM|LINK
Hello to all,
I am going through Asp.net mobile webforms what will be advantages and dis-advantages of asp.net mobile web forms the reason for asking this question because asp.net mobile web form is not released with .net 4.0.
Regards,
roopeshreddy
All-Star
20155 Points
3328 Posts
Re: Asp.Net Mobile Forms Advantages and Dis-Advantages
Sep 20, 2011 01:35 PM|LINK
Hi,
ASP.NET Mobile Web Forms are depreciated in VS 2008 itself. Actually those are desinged for WAP enabled devices!
Now a days all mobile browsers are advanced, which has capability of rendering HTML content.
NOTE: If you still want to use ASP.NET Mobile you can download it and use in VS 2008, where as it is not possible in VS 2010.
You can check the ASP.NET Technology Evangelist blog for more information!
http://geekswithblogs.net/ranganh/archive/2008/04/01/mobile-web-forms-in-visual-studio-2008.aspx
General ASP.NET websites works absolutely fine in all Mobile browsers. Even HTML5 is supporting in some of latest devices like Apple iPhone etc.,
Hope it helps u...
Roopesh Reddy C
Roopesh's Space
XIII
All-Star
182702 Points
23463 Posts
ASPInsiders
Moderator
MVP
Re: Asp.Net Mobile Forms Advantages and Dis-Advantages
Sep 20, 2011 01:40 PM|LINK
Hi,
if you want to go for mobile development I suggest you take a look at ASP.NET MVC 4 which has mobile integrated all the way. Take a look at this interesting screencast: Progressively enable the mobile web with ASP.NET MVC 4, HTML5, and jQuery Mobile.
Grz, Kris.
Interested in Azure, ASP.NET (MVC), jQuery, WCF, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!
rickjackson
Participant
1362 Points
405 Posts
Re: Asp.Net Mobile Forms Advantages and Dis-Advantages
Sep 20, 2011 06:14 PM|LINK
thanks roopeshreddy and XIII for answering my post and sharing valuable information....
bojangles
Participant
974 Points
642 Posts
Re: Asp.Net Mobile Forms Advantages and Dis-Advantages
Oct 01, 2011 01:30 AM|LINK
Hey Rick,
The development of technologies and mobile devices seems to have left web forms behind I’m afraid. XIII is correct and you should go down the MVC4 road. I’ve got a site up and running in MVC3 and jQuery Mobile which works great, but I think some of the features of MVC4, especially the offline manifest are going to change mobile development completely.
Cheers,
Mike.