From the course: Azure Microservices with .NET Core for Developers

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Challenge: Synchronous communication to the customers microservice

Challenge: Synchronous communication to the customers microservice - Azure Tutorial

From the course: Azure Microservices with .NET Core for Developers

Start my 1-month free trial

Challenge: Synchronous communication to the customers microservice

(lively music) - [Instructor] Now it's time for a challenge. Please take into account that this is not a short challenge. The goal here is for you to get real hands-on practice implementing synchronous communication between microservices. As a result, this will likely take you between 20 and 45 minutes to complete. On the other hand, if you'd like to skip it, please do and join me in the next chapter. If you accept the challenge, you'll need to have the following files: the ICustomersService interface, the CustomersService class, and also the Customer model. Furthermore, you'll need to do the following tasks. You have to implement the CustomersService logic, configure the dependency injection container, add an HttpClient object, use the ICustomersService reference inside the SearchService logic, and finally, return the customer data. When you're done, join me in the next video and I'll walk you through the code that I…

Contents