Appearance
Azure functions and CQRS with MediatR
Introduction
This series of workshops will explore the world of Azure functions and will implement behavior using the CQRS guides and the Mediatr library that will allow us to create commands and queries with in-process notifications.
The mini workshops
- Build 3 types of Azure functions
- Create a partial Todos Api using mediatR with commands and queries
- Deploy to Azure the functions and test them live