Domanda di colloquio di GrowFlow

What is .NET Standard and why is it important?

Risposta di colloquio

Anonimo

14 nov 2020

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.