0

I recently know that I can also build mobile web applications with ASP.NET MVC 4.

Since several months ago, I've been developing a mobile web application with jQuery Mobile.

The website does not use any .NET technology. It just uses HTML 5, CSS 3 and JavaScript code.

I'm wondering what advantages can I take when I use ASP.NET MVC 4 with jQuery Mobile.

When I read some articles, One of them is only tells that it's good when you run two kinds of websites: One for desktop and another one for mobile.

It looks like that ASP.NET MVC 4 has nothing to do with MVC pattern of JavaScript. To apply MVC pattern I have to use JavaScript MVC pattern libraries.

Can you share any ideas about it?

4

1 回答 1

1

您的应用程序的 .NET 部分是服务器端,您通常会在其中进行一些后台处理或访问您的数据库。如果你没有这些东西,那么你可能根本不需要 MVC4。

于 2013-04-24T13:19:01.640 回答