asp.net-mvc ASP.NET MVC 快速入门——一站式教程?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/52668/
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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-07 22:44:43  来源:igfitidea点击:

ASP.NET MVC quick start - a one-stop tutorial?

asp.net-mvc

提问by sergeb

There are many ASP.MVC blog post bits and pieces scattered over different web sites, as well as couple of resource questions here - ASP.NET Model-view-controller (MVC) - where do I start from?and MVC Learning Resources

有许多 ASP.MVC 博客文章散布在不同的网站上,以及这里的几个资源问题 - ASP.NET 模型-视图-控制器 (MVC) - 我从哪里开始?MVC 学习资源

I wonder if there was a one-stop tutorial posted yet on getting started with ASP.NET MVC?

我想知道是否有关于 ASP.NET MVC 入门的一站式教程发布?

Thank you!

谢谢!

Edit:I probably need to clarify - a one-stop tutorial that'd help to get started within and hour or two and learn more as I go... Reading books is a non starter for me personally - takes more time I can afford and starts with basics...

编辑:我可能需要澄清 - 一个一站式教程,它有助于在一两个小时内开始并在我学习的过程中学习更多......阅读书籍对我个人来说不是初学者 - 需要更多时间我能负担得起并从基础开始......

采纳答案by David Mohundro

Have you looked at MVC Sampleson CodePlex? Rob Conery has some screencasts that go along with the creation of the site at http://blog.wekeroad.com/mvc-storefront/.

您是否看过CodePlex上的MVC 示例?Rob Conery 有一些截屏视频,这些截屏视频与网站的创建一起出现在http://blog.wekeroad.com/mvc-storefront/

回答by Erv Walter

Scott Guthrie wrote a free complete end to end tutorial of creating a full web application using MVC and it touches on most of the major pieces of MVC:

Scott Guthrie 编写了一个免费的完整的端到端教程,使用 MVC 创建一个完整的 Web 应用程序,它涉及 MVC 的大多数主要部分:

回答by Erv Walter

Don't forget Scott Guthrie's blog. Latest news on MVC. The "official" site is two releases behind.

不要忘记Scott Guthrie 的博客。MVC 的最新消息。“官方”网站落后于两个版本。

回答by Haacked

Hopefully, as we get closer to release, http://asp.net/mvcwill be the one stop shop for ASP.NET MVC related issues.

希望随着我们接近发布,http://asp.net/mvc将成为解决 ASP.NET MVC 相关问题的一站式服务点。

回答by Dale Ragan

http://www.asp.net/mvc

http://www.asp.net/mvc

Whoops, submitted before I was done. The ASP.NET MVC site has tons of videos/screencast on getting started with ASP.NET MVC. Definitely watch the Scott Hanselman ones first.

哎呀,在我完成之前提交。ASP.NET MVC 站点有大量关于 ASP.NET MVC 入门的视频/截屏视频。一定要先看 Scott Hanselman 的。

Edit

编辑

The Rob Conery screencasts that @David providedare provided on the ASP.NET MVC sitealso, under videos. That would constitute one spot to get those resources and also the ones the ASP.NET MVC team put out.

@David 提供的 Rob Conery 截屏视频也在ASP.NET MVC 站点上的视频下提供。这将构成一个获取这些资源以及 ASP.NET MVC 团队推出的资源的地方。

One note on any resource you use. You could run into functionality that is no longer available in the framework due to it being in development. If you use the resources provided that you already found along with the tutorials, you will find the replacements or how to get around it.

关于您使用的任何资源的注释。您可能会遇到框架中不再可用的功能,因为它正在开发中。如果您使用随教程一起提供的资源,您将找到替代品或解决方法。

回答by Gulzar Nazim

Quickstartgives a good overview of all features.

快速入门很好地概述了所有功能。

回答by MotoWilliams

In addition to the above mentioned:

除了上面提到的:

回答by Al Katawazi

We just recently released the beta version of TheBeerHouse MVC Editionwhich should give you some great examples. There is also a book written explaining everything, but you will have to wait a little longer for that to come out :D.

我们最近刚刚发布了TheBeerHouse MVC 版的测试版,它应该会给你一些很好的例子。还有一本书解释了一切,但你将不得不等待一段时间才能出来:D。