The project.json file was prevalent in ASP.NET Core versions prior to _________.
- ASP.NET Core 1.0
- ASP.NET Core 2.0
- ASP.NET Core 3.1
- ASP.NET 4.0
The project.json file was used in ASP.NET Core 1.0, but it was replaced with a different project file format starting from ASP.NET Core 2.0.
Loading...
Related Quiz
- When creating a custom Tag Helper, which class should it derive from?
- When working with Identity migrations, what happens if there's a conflict between two migrations?
- If an action within a controller with [Authorize] should be accessible without authorization, you can use the [_________] attribute.
- You're a beginner and want to start developing ASP.NET Core apps. Which IDE developed by Microsoft would you most likely start with for a comprehensive development experience?
- In a project where user registration is done programmatically, you want to ensure that users have a strong password and are locked out after 5 incorrect login attempts. Which class should you configure to enforce these rules?