.NET Standard Library vs. .NET Standard

Reading some blogs and the official documentation for .NET Core 1.0, I'm still quite confused (like many others).
Don't get me wrong, I've literally read dozens of posts on the web trying to understand the architecture and terms for this new platform.

Reading the docs and blogs, this is what they say about .NET Standard Library :

The .NET Standard Library is a formal specification of .NET APIs that are intended to be available on all .NET runtimes.

But they also use this term: .NET Standard and netstandard as you can see on the Platform Support table.

Question: .NET Standard Library == .NET Standard ? If not, what's difference?


.NET Standard Library is the official name going forward. netstandard is the moniker used in project files and means the same thing. The package is called NETStandard.Library on NuGet.

During the development of DNX and ultimately .NET Core, the names and monikers changed a number of times as the team iterated on the design. Now that .NET Core has reached 1.0, it shouldn't change any more.

链接地址: http://www.djcxy.com/p/81888.html

上一篇: .NET(标准,核心和框架):开发跨平台应用程序

下一篇: .NET标准库与.NET标准