2

I have planned to create the mobile site using ASP.NET MVC. So, there is any good tutorial for start up ?

General Grievance
  • 4,555
  • 31
  • 31
  • 45
Velu
  • 887
  • 4
  • 14
  • 30
  • 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 Answers3

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