Html 有没有适用于 ASP.NET MVC 3/4 的响应式模板
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/13063268/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Are there any Responsive templates for ASP.NET MVC 3/4
提问by Yasser Shaikh
I was searching for responsive templates for ASP.NET MVC 3/4 which one could use as a base and then extend as per requirement.
我正在寻找 ASP.NET MVC 3/4 的响应式模板,可以将其用作基础,然后根据需要进行扩展。
After googling for a while, I came across these two options.
谷歌搜索一段时间后,我遇到了这两个选项。
Zurb foundation, they also have a nuget package available hereand detailed procedure explained here.
Twitter Bootstrap- have never used it, but looks promising
Twitter Bootstrap- 从未使用过,但看起来很有希望
Does any one know any more / compatible / better responsive templates that one could use with ASP.NET MVC websites ?
有没有人知道可以与 ASP.NET MVC 网站一起使用的更多/兼容/更好的响应模板?
This would certainly makes lives of all MVC developers easier if they have a responsive template to begin with. Thanks.
如果他们有一个响应式模板,这肯定会让所有 MVC 开发人员的生活更轻松。谢谢。
采纳答案by Yasser Shaikh
After a lot of searching I finally ended up using Twitter Bootstrapwith ASP.NET MVC 4.
经过大量搜索,我最终最终将Twitter Bootstrap与 ASP.NET MVC 4 结合使用。
The installation is very easy, you just have to install Twitter Bootstrap's nuget package, which will download and add the required css, js and images for this, you can also manually install using thistutorial.
安装非常简单,您只需要安装Twitter Bootstrap 的 nuget 包,它将为此下载并添加所需的 css、js 和图像,您也可以使用本教程手动安装。
Once set up I found twitter bootstrap very easy to use, they have extensive documentation for everything. These documetations are present at
设置完成后,我发现 twitter bootstrap 非常易于使用,它们都有大量的文档。这些文档存在于
There are many sites such as Bootsnip.com, which provide ready made code snippets for loginbox, register, poll forms and much more.
有很多站点,例如Bootsnip.com,它们为登录框、注册、投票表单等提供现成的代码片段。
There are many sites that provide customised bootstrap theme to choose from, few of them I liked were BuiltWithBootstrap.comand Bootswatch.com
有许多网站提供定制的引导程序主题可供选择,其中我喜欢的很少有BuiltWithBootstrap.com和Bootswatch.com
Here is one more introductory articleto using Twitter Bootstrap.
这是使用 Twitter Bootstrap 的另一篇介绍性文章。
回答by Ed Charbeneau
My totally biased opinion is choice #1 Zurb Foundation. (I wrote the article you referenced, the NuGet package, and prototyping framework)
我完全有偏见的意见是选择#1 Zurb Foundation。(我写了你引用的文章,NuGet 包和原型框架)
I've been working with Foundation since it's release and I have to say it has been a pleasant experience. I have completed 6+ projects now using the framework and have yet to hit a major snag.
自 Foundation 发布以来,我一直在与它合作,我不得不说这是一次愉快的经历。我现在已经使用该框架完成了 6 个以上的项目,但尚未遇到重大障碍。
Also, the latest version has been released on NuGet Foundation3_MVC4(Foundation 3 & MVC 4)
此外,最新版本已在 NuGet Foundation3_MVC4(Foundation 3 & MVC 4) 上发布
Please feel free to browse the sites I've built using the framework on MVC: www.TubeTurns.comwww.RasklUserMeeting.com
请随意浏览我使用 MVC 框架构建的站点: www.TubeTurns.com www.RasklUserMeeting.com
Updated Single Page site demo: https://github.com/EdCharbeneau/Foundation3SinglePageRWD
更新单页站点演示:https: //github.com/EdCharbeneau/Foundation3SinglePageRWD
回答by Jeff Lequeux
Have you tryied Neos-SDI MVC4 Template. It's a good template to start developping in MVC 4. It provides a clean architecture and tools to create a website with good performance.
您是否尝试过Neos-SDI MVC4 模板。这是在 MVC 4 中开始开发的一个很好的模板。它提供了一个干净的架构和工具来创建一个具有良好性能的网站。
It's very simple to install since you can do it from Visual Studio.
安装非常简单,因为您可以从 Visual Studio 进行安装。
回答by Gfw
I use Asp.Net and VS2012 - my sites are built with version 2.1.1 the Bootstrap framework. I don't use MVC or webforms (no Viewstate), just JQuery and HTML5, but as Bootstrap is client oriented, it should work fine with MVC. Kickstrap is pretty much the Bootstrap framework with themes - I have never used it.
我使用 Asp.Net 和 VS2012 - 我的网站是使用 Bootstrap 框架 2.1.1 版构建的。我不使用 MVC 或 webforms(没有 Viewstate),只使用 JQuery 和 HTML5,但由于 Bootstrap 是面向客户端的,它应该可以很好地与 MVC 配合使用。Kickstrap 几乎是带有主题的 Bootstrap 框架——我从未使用过它。
Here is a link to one of my Bootstrap sites http://reactivewebdesign.net
这是我的 Bootstrap 网站之一的链接http://reactivewebdesign.net
Hope this helps.
希望这可以帮助。