Additional class libraries and APIs
The .NET Framework is constantly evolving and in order to improve cross-platform development or to introduce new functionality early to our customers, we release new features out of band (OOB). This topic lists the OOB projects that we provide documentation for.
In addition, some libraries target specific platforms or implementations of the .NET Framework. For example, the CodePagesEncodingProvider class makes code page encodings available to UWP apps developed using the .NET Framework. This topic lists these libraries as well.
OOB projects
Project | Description |
---|---|
System.Collections.Immutable | Provides collections that are thread safe and guaranteed to never change their contents. |
WinHttpHandler | Provides a message handler for HttpClient based on the WinHTTP interface of Windows. |
System.Numerics.Vectors | Provides a library of vector types that can take advantage of SIMD hardware-based acceleration. |
System.Threading.Tasks.Dataflow | The TPL Dataflow Library provides dataflow components to help increase the robustness of concurrency-enabled applications. |
Platform-specific libraries
Project | Description |
---|---|
CodePagesEncodingProvider | Extends the EncodingProvider class to make code page encodings available to apps that target the Universal Windows Platform. |
Private APIs
These APIs support the product infrastructure and are not intended/supported to be used directly from your code.