asp.net-mvc ASP.net MVC 3 教程推荐

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

ASP.net MVC 3 tutorial recommendation

asp.net-mvcasp.net-mvc-3asp.net-mvc-2

提问by Pingpong

What is a good MVC 3 tutorial for beginner/intermediate/Advanced?

什么是适合初学者/中级/高级的好的 MVC 3 教程?

Definitive and authoritative sources are preferred.

权威和权威的来源是首选。

Either websites or books are fine.

网站或书籍都可以。

回答by Marius Schulz

The best ASP.NET MVC tutorial I know is the NerdDinner application contained in "Professional ASP.NET MVC 3". It has been created by Scott Hanselman and is in production use online at http://www.NerdDinner.com.

我所知道的最好的 ASP.NET MVC 教程是“Professional ASP.NET MVC 3”中包含的 NerdDinner 应用程序。它由 Scott Hanselman 创建,并在http://www.NerdDinner.com在线用于生产。



[Update] An even better tutorial (and one that is more up-to-date) is the official ASP.NET MVC Music Store Step-by-Step Tutorial.

[更新] 一个更好的教程(也是最新的)是官方的ASP.NET MVC Music Store Step-by-Step Tutorial

回答by BZink

www.pluralsight.comhas fantastic tutorial videos for many of microsoft's technologies.

www.pluralsight.com有许多微软技术的精彩教程视频。

回答by stack72

the ASP.NET MVCsite is a decent tutorial to get started with (MVC Music store) as it shows the basics but I can suggest the following books as well:

ASP.NET MVC的网站是一个体面的教程开始使用(MVC音乐商店),因为它显示了基础知识,但我可以建议以下书籍,以及:

I think it's important to point out here that the tutorials are a good starting point - they will not make you an expert. It will be through external reading and practice that MVC will feel "easy" to you. Remember though, there are other books, these are just 2 from the ones I know and have read

我认为重要的是在这里指出教程是一个很好的起点 - 它们不会使您成为专家。只有通过外部阅读和实践,MVC 才会让您感到“轻松”。不过请记住,还有其他书籍,这些只是我所知道和阅读过的 2 本书

回答by biluriuday

i found out the resources on asp.net mvc page very useful(the link is http://www.asp.net/mvc). there are also video tutorials on the home page which cover the basics of mvc.

我发现asp.net mvc 页面上的资源非常有用(链接是http://www.asp.net/mvc)。主页上还有视频教程,涵盖了 mvc 的基础知识。