ASP.NET Core's capability to run on different platforms, including Windows, Linux, and macOS, is primarily due to its reliance on the _________ runtime.

  • .NET Framework
  • .NET Standard
  • .NET Core
  • .NET Runtime
ASP.NET Core's cross-platform capabilities are mainly enabled by its reliance on the .NET Core runtime. .NET Core is designed to be platform-agnostic, allowing ASP.NET Core applications to run seamlessly on Windows, Linux, and macOS.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *