(Choose 1 answer)
What is the purpose of an OData controller in ASP.NET Core Web API?
A. To expose OData endpoints and handle OData-specific queries.
B. To serialize and deserialize data in OData format.
C. To handle routing and URL mapping.
D. To provide authentication and authorization functionalities.