很棒的 ASP.NET 和 C# 初学者教程

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

Awesome ASP.NET and C# tutorials for beginners

c#asp.net

提问by user133371

What books and tutorials would you recommend for an aspiring ASP.NET and C# developer?

对于有抱负的 ASP.NET 和 C# 开发人员,您会推荐哪些书籍和教程?

The books should be targetted at absolute beginners, and the tutorials should have complete code examples with well structured explanations.

书籍应面向绝对初学者,教程应有完整的代码示例和结构合理的解释。

回答by VinPepe

Your first stop should be www.asp.net. They have some good video tutorials there.

您的第一站应该是 www.asp.net。他们那里有一些很好的视频教程。

Update: To be more specific: http://www.asp.net/learn/

更新:更具体地说:http: //www.asp.net/learn/

回答by Jeremy Bade

I have also found http://4guysfromrolla.com/to be useful from time-to-time.

我还发现http://4guysfromrolla.com/有时很有用。

回答by RedFilter

The NerdDinner Tutorialis great for learning ASP.NET MVC.

的NerdDinner教程非常适合学习ASP.NET MVC。

回答by nickytonline

Learn the ASP.NET Page Life Cycle if you're doing WebForms, see http://msdn.microsoft.com/en-us/library/ms178472.aspx

如果您使用 WebForms,请了解 ASP.NET 页面生命周期,请参阅http://msdn.microsoft.com/en-us/library/ms178472.aspx

回答by Bill Martin

Here's another:

这是另一个:

Learning Visual C#

学习 Visual C#

If you're willing to shell out a little, LearnVisualStudio.Net is excellent too.

如果您愿意花一点钱,LearnVisualStudio.Net 也很棒。

回答by Dan Diplo

For C# I found both of these were good introductions to the language:

对于 C#,我发现这两个都是对该语言的很好的介绍:

C# Station Tutorialand Softsteel Solutions CSharp Tutorial.

C# 站教程Softsteel 解决方案 CSharp 教程

When I was first learning ASP.NET the ASP.NET QuickStartswere invaluable - especially if you like to learn by example.

当我第一次学习 ASP.NET 时,ASP.NET QuickStarts是非常宝贵的 - 特别是如果您喜欢通过示例学习。

回答by ASP.Net Tutorials

You can find some good ASP.NET tutorials here.

您可以在此处找到一些不错的 ASP.NET 教程。

回答by Cyril Gupta

If you're looking for regular updates on programming tech, you could keep a watch on websites like http://codebix.comwhich will fetch you the latest updates from many programmers.

如果您正在寻找有关编程技术的定期更新,您可以关注http://codebix.com等网站,该网站将从许多程序员那里获取最新更新。

回答by twk

For complete beginners I recommend the Head First series (easy read, good fun):

对于完整的初学者,我推荐 Head First 系列(易读,有趣):

Head First C#

先头 C#