One of the features of ASP.NET Core is its ability to run on _________ platforms.
- Android
- Linux
- Windows
- macOS
One of the key features of ASP.NET Core is its ability to run on Linux platforms, in addition to Windows and macOS. This cross-platform compatibility makes it a versatile choice for web application development, allowing deployment on a wide range of server environments.
Loading...
Related Quiz
- How can you specify a different layout for a specific Razor view other than the default layout?
- If you needed to add a user to a specific role immediately after creating them programmatically, which method of the UserManager class would you use?
- What is the primary purpose of the [Authorize] attribute in ASP.NET Core?
- 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 role of Entity Framework Core in ASP.NET Core applications?