You are tasked with building a cross-platform web application that can run on both Windows and Linux servers. Which version of ASP.NET would be most suitable for this requirement?
- ASP.NET Core
- ASP.NET Framework
- ASP.NET MVC
- ASP.NET Web Forms
For building cross-platform web applications that can run on both Windows and Linux servers, ASP.NET Core is the ideal choice. Unlike ASP.NET Framework, ASP.NET Core is designed to be cross-platform, lightweight, and high-performance, making it suitable for modern, cloud-native applications.
Loading...
Related Quiz
- When leveraging the power of client-side validation in Razor forms, the unobtrusive _________ validation library is often used in conjunction with jQuery.
- What is the primary distinction between Visual Studio and Visual Studio Code?
- While exploring a sample ASP.NET Core MVC project, you see a folder named "Controllers." What is the primary responsibility of files within this folder?
- What is the primary purpose of serving static files in a web application?
- Which feature in ASP.NET Core Identity is used to specify the minimum length for user passwords?