@rob_rich

Building Great .NET Microservices


by Rob Richardson

  @rob_rich

https://robrich.org/

About Me

Rob Richardson

Rob Richardson is a software craftsman building web properties in ASP.NET and Node, React and Vue. He's a frequent speaker at conferences, user groups, and community events, and a diligent teacher and student of high quality software development. You can find this and other talks on https://robrich.org/presentations and follow him on twitter at @rob_rich.

Microservice

A small, independent section
of a larger digital system

Why Microservices?

Microservices are vertical slices

feature feature feature
data access
biz logic
API
UI

Microservices are vertical slices

Cross-cutting concerns

Separately deployable services
is better than
Don't Repeat Yourself

Demo

Containerizing .NET Microservices

Microservices ❤️ Containers