Question 1
What is Dependency Injection used for in .NET Core?
Question 2
Which keyword is used to define an asynchronous method in C#?
Question 3
Which HTTP method is conventionally used to update an existing resource in a REST API?
Question 4
What file typically configures services and the request pipeline in a modern ASP.NET Core app?
Question 5
Which attribute restricts an API endpoint to authenticated users?
Question 6
What is the purpose of a DbContext in Entity Framework Core?
Question 7
What is Entity Framework Core primarily used for?
Question 8
In ASP.NET Core, what is middleware?
Question 9
What does CLR stand for in .NET?
Question 10
What is a NuGet package?