Practicing and exploring
Test your knowledge and understanding by answering some questions, getting some hands-on practice, and exploring this chapter’s topics with deeper research.
Exercise 10.1 – Test your knowledge
Answer the following questions:
- What transport protocol does an OData service use?
- Why is an OData service more flexible than a traditional ASP.NET Core Web API service?
- What must you do to an action method in an OData controller to enable query strings to customize what it returns?
- What URL path would return customers in Germany who have made more than one order?
- How do you get related entities?
Exercise 10.2 – Explore topics
Use the links on the following page to learn more detail about the topics covered in this chapter: