I have planned to create the mobile site using ASP.NET MVC. So, there is any good tutorial for start up ?
Asked
Active
Viewed 2,019 times
2
-
This might not be a duplicate, but I bet you could benefit from those: http://stackoverflow.com/questions/4344259/good-jquery-mobile-walkthrough-or-tutorial-for-a-jquery-developer – naugtur Feb 08 '11 at 08:20
3 Answers
3
Take a look at Scott Hanselman's post on adding mobile capability or try this article from the asp.Net site

David Glenn
- 24,412
- 19
- 74
- 94
3
I've got a new ViewEngine to do this for you: http://www.hanselman.com/blog/NuGetPackageOfTheWeek10NewMobileViewEnginesForASPNETMVC3SpeccompatibleWithASPNETMVC4.aspx

Scott Hanselman
- 17,712
- 6
- 74
- 89
2
If you would like to try a tutorial that leverage's MVC3 and Razor:
Using 51Degrees.Mobi Foundation for accurate mobile browser detection on ASP.NET MVC 3

Nicholas Murray
- 13,305
- 14
- 65
- 84