如何以及在哪里了解 .net 从 .net 2.0 到 .net 3.5 的变化?
大约 3 年前,当我从事 .net 2.0 工作时,我离开了 .net。 在这三年里我根本没有在 .net 上工作。 现在,我有一个.net 3.5 中的项目。 但我注意到这两个版本之间引入了很多技术。
有没有什么资源可以帮助我快速掌握.net 2.0之后引入的内容
这可能会有所帮助,因为我的主要工作是在asp.net和C#中
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
快速概述...
.NET Framework 3.5 中的新增功能 (取自此处)
进行一些额外阅读...
.NET Framework 版本 3.5 SP1 中的新增功能
< a href="http://msdn.microsoft.com/en-us/library/bb332048.aspx" rel="nofollow noreferrer">.NET Framework 版本 3.5 中的新增功能
.NET Framework 3.0 版中的新增功能
.NET Framework 2.0 版中的新增功能
.NET Framework 版本 1.1 中的新增功能
版本兼容性
.NET Compact Framework 3.5 版中的新增功能
< a href="http://msdn.microsoft.com/en-us/library/s57a598e.aspx" rel="nofollow noreferrer">ASP.NET 和 Web 开发的新增功能
Visual C# 中的新增功能
Visual C++ 2008 中的新增功能
Visual Basic 语言的新增功能
Windows Presentation Foundation 版本 3.5 中的新增功能
Visual Studio 2008 中的新增功能
For a quick overview ...
What's New in .NET Framework 3.5 (taken from here)
for some extra reading ...
What's New in the .NET Framework Version 3.5 SP1
What's New in the .NET Framework Version 3.5
What's New in the .NET Framework Version 3.0
What's New in the .NET Framework Version 2.0
What's New in the .NET Framework Version 1.1
Version Compatibility
What's New in the .NET Compact Framework Version 3.5
What's New in ASP.NET and Web Development
What's New in Visual C#
What's New in Visual C++ 2008
What's New in the Visual Basic Language
What's New in Windows Presentation Foundation Version 3.5
What's New in Visual Studio 2008
.NET Framework 3.5 中的新增功能
What's new in the .NET Framework 3.5
我自己也出于同样的目的买了这本书:
C# 深入了解:掌握 C# 2 和 3 所需的内容,作者:Jon Skeet 。 我认为这是一个好的开始。
I've just bought this book for the same purpose myself:
C# in Depth: What you need to master C# 2 and 3 by Jon Skeet. I consider it a good start.
这是一个好的开始:
What's New in the .NET Framework Version 3.5
http:// /msdn.microsoft.com/en-us/library/bb332048.aspx
This is a good start:
What's New in the .NET Framework Version 3.5
http://msdn.microsoft.com/en-us/library/bb332048.aspx
另请参阅.NET Framework 3.0 中的新增功能。
Also see What's new in the .NET Framework 3.0.