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.
Loading...
Related Quiz
- Your team is concerned about the security of your new web application. What are some built-in features in ASP.NET Core to help safeguard your application?
- You are building a blog application where only the blog author should be able to edit or delete a post. How would you use the [Authorize] attribute to achieve this behavior?
- What is ASP.NET Core primarily used for?
- Dependency injection in ASP.NET Core MVC allows services to be injected into controllers via their _________.
- Razor views support ________, which allows for logic to be embedded directly within the HTML.