加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

c# – 从.net 2.0到.net 3.5学习.net的变化的方式和位置?

发布时间:2020-12-15 23:52:44 所属栏目:百科 来源:网络整理
导读:当我在.net 2.0上工作时,我离开了.net大约3年了.在这三年里,我根本没有工作.net.现在,我有一个在.net 3.5中的项目.但我注意到这两个版本之间引入了很多技术. 是否有任何资源可以帮助我快速掌握.net 2.0之后引入的内容 使用C#在asp.net中我的主要工作可能会有
当我在.net 2.0上工作时,我离开了.net大约3年了.在这三年里,我根本没有工作.net.现在,我有一个在.net 3.5中的项目.但我注意到这两个版本之间引入了很多技术.

是否有任何资源可以帮助我快速掌握.net 2.0之后引入的内容

使用C#在asp.net中我的主要工作可能会有所帮助

解决方法

快速浏览……

.NET Framework 3.5(taken from here)中的新增功能

CLR Enhancements: Although the CLR uses the same model as 2.0,you can 07001 about the improvements/changes to the assemblies.

Compiler Enhancements: New VB.NET 9.0 compiler and support for changes to C# 3.0 like expression trees,lambda methods,extension methods,static reference for anonymous types etc.

LINQ: Probably the most revolutionary change in the 3.5 framework. LINQ to XML,LINQ to SQL,LINQ to Objects and LINQ to Datasets. Along with functional programming,LINQ is an 07002 to programming in C#.

Performance Improvements: Quite a few performance improvements have been made in 3.5. ADO.NET gets paging support as well as synchronization from caches at local and server datastores. Also performance improvements for multicore CPUs.

Networking changes: Peer-to-peer networking stack,including a managed PNRP resolver.

Windows Information APIs: New wrappers for WMI and Active Directory Services. WMI 2.0 gets a managed provider.

ASP.NET: New implementation of Client Application Services as well as 07003. Also AJAX programming for ASP.NET is easier and better performing.

Windows Communication Foundation: WCF now works with POX and JSON data.

Windows Presentation Foundation: Newer plugin model for creating AddIns. SilverLight CLR is also part of the .Net Framework.

Misc: The C/C++ get a standard template libarary (STL) so that these languages can use share .NET libraries

一些额外的阅读……

> 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

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读