Nerddiner 演练是否适合 ASP.NET MVC 2?

发布于 2024-09-13 03:55:40 字数 563 浏览 4 评论 0原文

我热衷于自学 ASP.NET MVC 2(来自大量嵌入式或丰富的 GUI 背景)。如果找到了 nerddiner walk-through 但它仍然适用于 ASP .NET MVC 1。codeplex 下载已更新为 MVC 2,但 PDF 的链接可返回 MVC 1 书籍。

  • 是否可以按照 MVC 2 中的演练进行操作?
  • 如果是这样,它会跳过哪些技术? (例如 LinqToSql 而不是 EF?)
  • 是否有更新的 PDF(除了获取整本 Professional ASP.NET MVC 2 书之外)?

编辑 - 答案似乎普遍认为 v1 教程足以学习 v2。碰巧的是,我从亚马逊下载了新书的示例章节到我的 Kindle DX 上,发现教程已更新为 EF。因为我个人不喜欢学习已经被取代的东西(例如 LinqToSql) - 我点击了“购买” - 该死的亚马逊让我花我的钱变得如此容易:-)

I'm keen to teach myself ASP.NET MVC 2 (coming from a heavy embedded or rich GUI background). If have found the nerddiner walk-through but it is still for ASP.NET MVC 1. The codeplex downloads have been updated to MVC 2 but the link for the PDF goes back to the MVC 1 book.

  • Is it even possible to follow the walk-through in MVC 2?
  • If so, what technologies does it skip? (e.g. LinqToSql instead of EF?)
  • Is there an updated PDF (other than getting the whole Professional ASP.NET MVC 2 book)?

EDIT - the answer seems to be universally that the v1 tutorial is good enough for learning v2. As it happened, I downloaded the sample chapter of the new book from Amazon onto my Kindle DX and found that the tutorial has been updated to EF. Because I don't personally like learning something (e.g. LinqToSql) that has been superseded - I've clicked "Buy" - Damn you Amazon for making it so easy to spend my money :-)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

牵你手 2024-09-20 03:55:40

没有更新的 PDF 版本,但本书的 MVC 2 版本即将发布,这可能会更新......

但是,如果您通过书呆子晚餐,您阅读的内容 99.9% 适用于 MVC 2。MVC 2 只是添加了还有更多功能不会涵盖,但有很多博客涵盖了 MVC 2 功能 - 请查看 Scott Guthrie 或 Phil Haack 了解详细信息。

就技术而言,PDF 使用 LinqToSql,而 MVC 2 示例则使用实体框架。两者都是有效的数据访问形式并且相似,因此如果您开始使用 LinqToSql,您可能会轻松掌握实体框架。

There's no updated PDF version but the MVC 2 version of the book is coming out this might be updated.....

However if you go through the nerd dinner walk through 99.9% of what you read applies to MVC 2. MVC 2 just adds more functionality that won't be covered but there's plenty of blogs around that cover MVC 2 functionality - check out Scott Guthrie or Phil Haack for details.

As far as technologies skipped the nerd dinner PDF uses LinqToSql whereas the MVC 2 sample uses Entity Framework. Both are valid forms of data access and are similar so if you start on LinqToSql you probably will pick up Entity Framework easily.

悟红尘 2024-09-20 03:55:40

我完全按照你想做的做了,而且效果很好。如果您想学习 MVC,Nerddinner 是一个很好的起点。所有的基础知识都在那里,你不会错过太多。完成书呆子晚餐后您会发现,这将使您对 MVC 有很好的理解,但您会想要进入下一个级别并了解更多信息。因此,尽管 Nerddinner 不是 MVC 2,但它是我发现的学习 MVC 基础知识的最佳教程之一。

所以回答你的问题:
是的,你绝对可以通过 MVC 2 完成书呆子晚餐

,如果你刚刚学习,我不会太担心缺少什么,只需完成它,事情就会变得清晰,之后你会有更多问题,

我不会不知道是否有 pdf 的更新版本,但我宁愿怀疑它。我认为 Nerddinner 是作为学习 MVC 的起点而设计的。

I did exactly what you want to do and it worked fine. Nerd Dinner is a great place to start if you are trying to learn MVC. All of the fundamentals are there and you won't miss too much. What you will find after finishing Nerd Dinner is that is will give you a great understanding of MVC but you will want to go to the next level and learn more. So even though Nerd Dinner is not MVC 2, it is one of the best tutorials I found to learn the basics of MVC in general.

So to answer your questions:
Yes, you definitely can go through Nerd Dinner with MVC 2

I wouldn't worry too much about what is missing if you are just learning, just go through it and things will become clear and you will have many more questions after that

I don't know if there is an updated version of the pdf but I would rather doubt it. I think Nerd Dinner was designed as a starting point to learn MVC.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文