Appendix C. What’s in the .NET Standard Library?
.NET Framework developers who are looking to port to .NET Core may wonder what’s supported in each version of the .NET Standard Library. This section gives a general description of what’s supported by each version. If you’re not familiar with the .NET Framework, this section will still be useful as an indication of what’s available in the Standard Library.
netstandard 1.0
- Collections
- Globalization
- Generic I/O (streams)
- Linq
- Networking primitives
- Reflection
- Regular expressions
- Threads
- Tasks
- XML reader/writer
- XML document
netstandard 1.1
Includes everything in 1.0 plus
- Concurrent collections
- ETW support
- Zip/Deflate compression (not zip files)
- HTTP
- Numerics (BigInteger and Complex)
- Parallel ...
Get .NET Core in Action now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.