.NET Framework 1.0 2002
.NET Framework 2.0 2005(泛型支持)
.NET 3.0 based on the 2.0 runtime and introduced a new way to create UIs
(WPF with XAML and vector-based graphics instead of pixel-based), and a new communication technol-ogy (WCF).
.NET 3.5 together with C# 3 introduced LINQ, one query syntax that can be used for all data
sources.
.NET 4.0 was another major release of the product that also brought a new version of the runtime
(4.0) and a new version of C# (4.0) to offer dynamic language integration and a huge new library for paral-lel programming.
The .NET Framework 4.5 is based on an updated version of the 4.0 runtime with many
outstanding new features.
- Asynchronous Programming 异步编程
- Windows Store Apps and the Windows Runtime
- Enhancements with Data Access
- Enhancements with WPF
- ASP.NET MVC
时间: 2024-11-05 21:50:28