Detailed changelog for .NET Framework 4.0

Is there a detailed list of changes in .NET 4.0?

Please add any changes you know of.

+3
source share
3 answers

In Changelog for .NET Framework 4.0 here .

+4
source

From beta 1, but a good start here

+1
source

- 2.

- , .

mscorlib

  • Microsoft.Win32.RegistryView - 32 64- .
  • System.AggregateException - parallelism
  • Environment.GetFolderPath(SpecialFolderOption) -
  • Environment.Is64BitOperatingSystem Environment.Is64BitProcess
  • Environment.SystemPageSize -
  • System.Lazy<T> -
  • ResolveEventArgs.RequestingAssembly - , .
  • TimeZoneInfo , mscorlib
  • Tuple - general tuples with up to 8 members
  • Type.IsEquivalentTo - Check if two types of COM have the same identifiers
  • Type.IsEnumDefined - self-evident
  • Version.Parse and Version.TryParse
  • Enum.HasFlag and Enum.TryParse<TEnum>
  • Guid.Parse, Guid.ParseExact, Guid.TryParseAndGuid.TryParseExact
  • +and -for operators IntPtrandUIntPtr
  • Funcand Actionin mscorlib with up to 16 parameters
  • System.Collections.Concurrent namespace
0
source

Source: https://habr.com/ru/post/1731199/


All Articles