Which of the following is a unique feature introduced in ASP.NET Core that wasn't present in the traditional ASP.NET?

  • Cross-platform Support
  • Web Forms
  • Windows-only Development
  • COM Interoperability
One of the standout features of ASP.NET Core is its cross-platform support. Unlike traditional ASP.NET, which was primarily designed for Windows-based development, ASP.NET Core is cross-platform and can run on Windows, macOS, and Linux. This flexibility is a key differentiator and allows developers to target a broader range of platforms.
Add your answer
Loading...

Leave a comment

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