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.
Participant
837 Points
413 Posts
Asp.Net Mobile Forms Advantages and Dis-Advantages
Sep 20, 2011 05:15 AM|rickjackson|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,
Star
14065 Points
3270 Posts
Re: Asp.Net Mobile Forms Advantages and Dis-Advantages
Sep 20, 2011 09:35 AM|roopeshreddy|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
All-Star
191741 Points
20952 Posts
ASPInsiders
Moderator
MVP
Re: Asp.Net Mobile Forms Advantages and Dis-Advantages
Sep 20, 2011 09:40 AM|XIII|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.
Working with Azure, chatbots, ASP.NET MVC, Web API, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!
Participant
837 Points
413 Posts
Re: Asp.Net Mobile Forms Advantages and Dis-Advantages
Sep 20, 2011 02:14 PM|rickjackson|LINK
thanks roopeshreddy and XIII for answering my post and sharing valuable information....
Member
188 Points
720 Posts
Re: Asp.Net Mobile Forms Advantages and Dis-Advantages
Sep 30, 2011 09:30 PM|bojangles|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.