- Create a Book type
- Create a BookService with FindBook, GetAllBooks, UpdateBook, and AddBook methods
- Create an interface for the BookService and register it with dependency injection
- Create an API controller and use the BookService
- Create a .NET client using the HttpClient class
- Invoke API methods to Get books, find a book, update a book, and add a book