TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Building Mobile Friends HTML 5 using JQuery and ASP.NET MVC 4
Mahesh Chand
Feb 22 2012
Resource
0
0
6.9
k
facebook
twitter
linkedIn
Reddit
WhatsApp
Email
Bookmark
expand
Visual Studio 2010 support development of ASP.NET MVC 4, HTML 5 and JQuery.
The MVC 4 Mobile project template in Visual Studio 2010 contains all the files and references necessary to create a mobile-friendly Web site. When you create a new MVC 4 Mobile project, you'll notice the familiar Models, Views and Controllers folders requisite for all MVC 4 projects (mobile or not) alongside new or modified scripts in the \Scripts folder. The \Scripts folder is where you'll find the many jQuery files that serve as an API for building mobile-friendly Web sites, in particular, the jquery.mobile-1.0b2.js file for development and its minified partner, jquery.mobile-1.0b2.min.js, for deployment.
Check out this
article
by Rachel Appel on MSDN Magazine.
JQuery