What is ASP.NET Core primarily used for?
- Data Analysis
- Game Development
- Photo Editing
- Web Application Development
ASP.NET Core is a cross-platform, high-performance framework for building modern, cloud-based, internet-connected applications. Its primary purpose is for web application development, including web APIs, web front-ends, and real-time web apps.
Loading...
Related Quiz
- The _________ file was a unique feature in the early versions of ASP.NET Core but was later replaced in .NET Core 2.0 and beyond.
- In a tutorial, you see a Razor form with the attribute asp-controller="Home". What does this attribute indicate?
- In a typical MVC project structure, data models are commonly placed in the _________ folder.
- In ASP.NET Core Identity, to create a user with specific claims, one can use the 'AddClaimsAsync' method after the user has been created using _________ method.
- JWT or JSON Web Tokens are often used in conjunction with the _________ authentication scheme in ASP.NET Core.