TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Asp.NET MVC3 tutorial like Learn Rails by Example

7 点作者 backslash_16将近 13 年前
Hi everyone, for work I'm going to be using C# and the .NET MVC 3 framework. I have some experience with Python, Ruby, and RoR and working on Linux but not much experience developing on the Windows stack.<p>I got provided a copy of Visual Studio 2010 Professional am going through the tutorials on asp.net but am wondering if there is a place or a book where I can really learn about the .NET MVC framework.<p>If I wasn't clear I'm happy to explain further! Thanks!

4 条评论

program247365将近 13 年前
Also you may want to post this on <a href="http://stackoverflow.com" rel="nofollow">http://stackoverflow.com</a>, there are a lot of active .NET programmers over there that could point you to better resources, and probably answer questions that you may have when you get started.<p>A great pay-for resource is <a href="http://www.pluralsight-training.net" rel="nofollow">http://www.pluralsight-training.net</a>. They have beginner courses for ASP.NET and everything surrounding it: <a href="http://www.pluralsight-training.net/microsoft/Courses/TableOfContents?courseName=aspdotnet-mvc3-intro" rel="nofollow">http://www.pluralsight-training.net/microsoft/Courses/TableO...</a>
bceagle将近 13 年前
<a href="http://www.sharparchitecture.net/" rel="nofollow">http://www.sharparchitecture.net/</a> <a href="http://whiteboardchat.codeplex.com/" rel="nofollow">http://whiteboardchat.codeplex.com/</a> <a href="http://www.asp.net/mvc/tutorials" rel="nofollow">http://www.asp.net/mvc/tutorials</a><p>If you have a Safari Online membership, there are a number of books that guide you through asp.net just like the Rails Tutorial.
skriyaban将近 13 年前
<a href="http://nerddinnerbook.s3.amazonaws.com/Intro.htm" rel="nofollow">http://nerddinnerbook.s3.amazonaws.com/Intro.htm</a> <a href="http://nerddinner.codeplex.com/releases/view/45647" rel="nofollow">http://nerddinner.codeplex.com/releases/view/45647</a><p>I heard that this is being updated for ASP.NET MVC 3, but the links should be good enough for starting
HarshaThota将近 13 年前
Tekpub has a bunch of good videos for free, including an awesome series on ASP.NET MVC. It's a little old (MVC 2) but it's great for the fundamentals.<p><a href="http://tekpub.com/channels/free" rel="nofollow">http://tekpub.com/channels/free</a>