For cross-platform development in ASP.NET Core, what runtime should be targeted to ensure the application can run on different OS types?

  • .NET Framework
  • .NET Core
  • .NET Standard
  • .NET Runtime
To achieve cross-platform compatibility in ASP.NET Core, developers should target the .NET Core runtime. .NET Core is designed to be cross-platform and supports running applications on various operating systems, making it the preferred choice for cross-platform development.
Add your answer
Loading...

Leave a comment

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