What is .NET Standard? View Article Information Posted Date: 25. October 2018 Author: Anil Sharma Categories: ASP.NET MVC, ASP.NET vNext, ASP.NET Core Keywords: .NET Standard, .NET Standard specification, Portable Class Libraries, Interview Question Answers, ASP.NET Core MVC The .NET Standard is a formal specification of .NET APIs that are intended to be available on all .NET implementations. The motivation behind the .NET Standard is establishing greater uniformity in the .NET ecosystem. ECMA 335 continues to establish uniformity for .NET implementation behavior, but there's no similar spec for the .NET Base Class Libraries (BCL) for .NET library implementations. [Continue Reading]