(Choose 1 answer)
Choose the incorrect information about ASP.NET Core Web API.
A. ASP.NET Core Web API is an application can interact with a resource by knowing the resource only.
B. Calls to a Web API service are based on the core HTTP verbs (Get, Put.Post. Delete) through a uniform resource identifier (URI).
C. ASP.NET Core Web API, from the beginning, was designed to be a service-based framework for building REpresentational State Transfer (RESTful) services.
D. It is based on the MVC framework minus the V (view), with optimizations for creating headless services.
Q: 25