What significant change was introduced in ASP.NET Core compared to its predecessor, ASP.NET?
- Cross-Platform Compatibility
- Only for Windows Servers
- Proprietary License
- Supports Only C#
ASP.NET Core introduced a significant change by achieving cross-platform compatibility. Unlike its predecessor, ASP.NET Core can run on multiple operating systems, including Windows, Linux, and macOS, making it more versatile and accessible for developers.
Loading...
Related Quiz
- Your team is implementing a Continuous Integration (CI) pipeline for an ASP.NET Core application. What is the main reason for integrating automated tests into this CI pipeline?
- Which default folder in an ASP.NET Core web application is used to store and serve static files like CSS, JavaScript, and images?
- While exploring an ASP.NET Core application, you notice a URL pattern like /Books/Details/3. What does the 3 represent in terms of routing?
- What is the primary purpose of the _ViewImports.cshtml file in ASP.NET Core Razor Views?
- You are working on an ASP.NET Core application and need to model a scenario where each Order can have multiple OrderDetails, but each OrderDetail belongs to one Order. How would you model this relationship using Entity Framework Core?