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

Unlock the full course today

Join today to access over 24,800 courses taught by industry experts.

Challenge: Perform asynchronous communication using events

Challenge: Perform asynchronous communication using events - Azure Tutorial

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

Challenge: Perform asynchronous communication using events

(upbeat music) - [Instructor] The time has come for a challenge. Take into account that this is not a short challenge. The goal is for you to get real hands-on practice implementing loosely coupled microservices by using events and natural service bus. For this reason, it'll take you something between 45 and 60 minutes to complete. If you'd like to skip this challenge, you can join me in the next chapter. Otherwise, let's explain the details. In this challenge you'll communicate from the pet microservice to the hospital microservice. This time you're going to use the pet transfer to hospital domain event from the pet domain model. Also, you're going to store the event data in the patient's metadata table of the hospital database. You can see a list of classes that you have to create or tasks that you have to perform to complete this challenge successfully. When you're done, join me in the next video, and I walk you…

Contents