1.
Which framework does .NET use to interact with a database using C# objects instead of raw SQL?
2.
Which class in Entity Framework Core manages all communication between the application and the database?
3.
Which HTTP method is used to retrieve data from an API?
4.
What is the correct HTTP status code returned when a requested record is not found?
5.
What is the purpose of Database Migrations in Entity Framework Core?
6.
Which tool is automatically integrated into ASP.NET Core Web API projects for testing endpoints?
7.
What does CRUD stand for in API development?
8.
Which HTTP method is used to update an existing record through an API?
9.
Where should database connection strings ideally be stored in an ASP.NET Core project?
10.
What does LINQ stand for in C#?
11.
Which HTTP status code is returned when a new record is successfully created through an API?
1 out of 1