Which .NET component provides a unified programming model across different platforms?

  1. ASP.NET Core only
  2. Visual Studio
  3. .NET Standard
  4. .NET Framework only

Explanation

.NET Standard is a specification that defines a set of APIs that all .NET implementations must provide, ensuring code compatibility across different .NET platforms like .NET Core, .NET Framework, and Xamarin.