The source code in this repository was built as a demo for my session at the Israeli edition of DotNetConf 2019. It showcases how to build modern cloud native services with ASP.NET Core 3.0, with a focus on:
- gRPC
- Endpoint Routing
- Worker Services
- Health Checks
- Deployment to K8s
This sample code is based on the demos given at DotNetConf 2019's keynote session. That source code can be found here.