Which of the following best describes ASP.NET Core?
- A JavaScript framework for front-end web development
- A cross-platform, open-source framework for building modern, cloud-connected applications
- A framework for building desktop applications
- A proprietary framework exclusively for Windows application development
ASP.NET Core is best described as a cross-platform, open-source framework designed for building modern, cloud-connected applications. It is not limited to any specific operating system and allows developers to create web applications that can run on Windows, macOS, or Linux.
Loading...
Related Quiz
- The _________ method of UserManager can be used to check if a user with a specific email address already exists.
- In SignalR, which transport method does it fall back to if WebSockets are not available?
- How does the .NET SDK relate to the .NET runtime in the context of application development and deployment?
- If a developer is looking to quickly scaffold a new ASP.NET Core controller, which CLI command would they most likely use?
- When you're creating a project for microservices, the ________ template in ASP.NET Core might be a suitable choice.