What is .NET Standard and why is it important?
Sigiloso
It's a specification for any .NET run-time implementation that ensures a specific set of APIs are supported. It's important because it allows for cross-platform development by ensuring that a consistent API surface exists. Answer he wanted: Because it's a standard.