Which .NET component provides a unified programming model across different platforms?
- ASP.NET Core only
- Visual Studio
- .NET Standard
- .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.