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: Implementing the CQRS pattern

Challenge: Implementing the CQRS pattern - Azure Tutorial

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

Challenge: Implementing the CQRS pattern

(upbeat music) - [Instructor] Now it's time for a challenge because for you to get real hands-on practice implementing the CQRS Pattern. If you'd like to skip this challenge, you can join me in the next chapter. In this challenge you'll create a new command named, "SetDateOfBirthCommand." You have to modify the PetApplicationService class to handle the new command. You also have to modify the PetControllerClass to implement a new end point capable of receiving a set date of birth command. Finally, you have to implement a new pet query controller that has a single get endpoint. The endpoint has to return a predictive view model based on the pet's table. Again, use Docker for this functionality. 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 through how I approach this.

Contents