Pergunta de entrevista da empresa GrowFlow

What is .NET Standard and why is it important?

Resposta da entrevista

Sigiloso

14 de nov. de 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.