简体   繁体   English

开始学习 ASP.NET 的好地方

[英]Good place to start learning ASP.NET

I have a two years of experience of programming in Visual C# and Visual C++.我有两年的 Visual C# 和 Visual C++ 编程经验。 I would like to know some good online sources to start learning ASP.NET or anything else I should/need to learn before diving into ASP.NET.我想知道一些好的在线资源来开始学习 ASP.NET 或在深入研究 ASP.NET 之前我应该​​/需要学习的任何其他内容。 I found some online videos that are proving to be quite useful.我发现了一些被证明非常有用的在线视频。 Perhaps I would like to know about some open source projects where I can have a look at the ASP.NET code directly.也许我想了解一些开源项目,可以直接查看 ASP.NET 代码。

Sorry, but I'm going to have to suggest the immediately obvious first:抱歉,但我将不得不首先提出显而易见的建议:

Official Microsoft ASP .Net Site Microsoft ASP .Net 官方网站

There's a link at the top to both "Get Started" and "Learn", and I have found this site incredibly useful over the past year or so.顶部有一个指向“入门”和“学习”的链接,我发现这个网站在过去一年左右的时间里非常有用。

Speaking as a convert from WinForms to the Web, I offer the following tips作为从 WinForms 到 Web 的转换,我提供以下提示

  • Learn the ASP.NET Life-cycle了解 ASP.NET 生命周期
  • Get to grips with the concepts of client vs server-side code;掌握客户端与服务器端代码的概念; know how pages are served up etc知道如何提供页面等
  • Don't bite off too much too soon, there are A LOT of new things to learn, and it changes very quickly.不要过早地咬掉太多东西,有很多新东西要学,而且变化很快。 But you don't need to be writing a full-blown AJAX web app straight away.但您无需立即编写成熟的 AJAX Web 应用程序。

I like http://www.asp.net/learn/ it has some great tuts and some cool videos that walk you through the processes.我喜欢http://www.asp.net/learn/它有一些很棒的 tuts 和一些很酷的视频,可以引导您完成整个过程。

Good Luck祝你好运

IMHO, CodeProject (www.codeproject.com) has lots of excellent articles related to ASP.NET.恕我直言,CodeProject (www.codeproject.com) 有很多与 ASP.NET 相关的优秀文章。 Regarding projects, there are plenty of ASP.NET applications in CodePlex (www.codeplex.com) or SourceForge.关于项目,CodePlex (www.codeplex.com) 或 SourceForge 中有大量 ASP.NET 应用程序。 Regarding a specific ASP.NET application, http://www.cuyahoga-project.org/ its a great application to see.关于特定的 ASP.NET 应用程序, http://www.cuyahoga-project.org/这是一个很好的应用程序。

Best Regards.此致。

http://www.4guysfromrolla.com/ http://www.4guysfromrolla.com/

Loads of ASP.NET articles/tutorials at various levels.各种级别的大量 ASP.NET 文章/教程。 I found it pretty useful to get my head around some of the concepts.我发现了解一些概念非常有用。

Just to add, another great resource is www.learnvisualstudio.net补充一下,另一个很棒的资源是www.learnvisualstudio.net

Its not free but it has a plethora of videos covering all aspects of asp.net from 1.1 to 3.5, AJAX, Webservices.它不是免费的,但它有大量的视频,涵盖了从 1.1 到 3.5、AJAX、Web 服务的 asp.net 的所有方面。

Programmer to Programmer style videos with great examples and downloadable source code.程序员到程序员风格的视频,包含很好的示例和可下载的源代码。

Good luck :)祝你好运 :)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM