(Choose 1 answer)
Which of the following statements related to ASP.NET Web API is True?
A. ASP.NET Web API from the beginning was designed to be a service-based framework for building RESTful services
B. ASP.NET Web API is based on the MVVM(Model - View - View Model) framework with optimizations for creating headless services
C. Calls to a Web API service are based on the core HTTP Verbs (Read, Update, Add and Remove) through a URI (Uniform Resource Identifier)
D. None of the others
Exit 33