.Net framework 3.5中的新功能是什么?

Pra*_*dda 4 .net .net-3.5

我尽量保持简单.我在.Net 3.5fx中看到的只是语言升级,即C#3.0,VB.Net 9,仍然核心CLR基于2.0fx.我真的没有找到任何新功能(LINQ再次是语言功能).

.Net框架3.5就像固定版的.Net 3.0框架一样吗?

我真的没能在核心框架中找到一些新东西:(

rah*_*hul 9

  1. System.Data.Linq.dll - LINQ to SQL的实现.

  2. System.Xml.Linq.dll - LINQ to XML的实现.

  3. System.AddIn.dll,System.AddIn.Contract.dll - 新的AddIn(插件)模型.

  4. System.Net.dll - Peer to Peer API.

  5. System.DirectoryServices.AccountManagement.dll - Active Directory API的包装器.

  6. System.Management.Instrumentation.dll - WMI 2.0托管提供程序(与System.Core.dll中的System.Management命名空间结合使用).

  7. System.WorkflowServices.dll和System.ServiceModel.Web.dll - WF和WCF增强功能(有关v3.5中WF + WCF的更多信息,请参阅此处的链接).

  8. System.Web.Extensions.dll - ASP.NET AJAX的实现(用于更多Web增强,从此处跟踪链接)以及Client Application Services和三个ASP.NET 3.5控件的实现.

  9. System.Core.dll - 除了LINQ to Objects实现之外,此程序集还包括以下内容:HashSet,TimeZoneInfo,Pipes,ReaderWriteLockSlim,System.Security.,System.Diagnostics.Eventing.和System.Diagnostics.PerformanceData.

  10. System.Data.DataSetExtensions.dll - LINQ to DataSet的实现.

  11. System.Windows.Presentation.dll -WPF支持上面第3点提到的System.AddIn.

  12. System.VisualC.STLCLR.dll - 托管世界中的STL开发.