Microservices - also known as the microservice architecture - is an
architectural style that structures an application as a collection of
services that are
Independently deployable
Loosely coupled
Organized around business capabilities
Owned by a small team
Highly maintainable and testable
In this workshop, you will learn how to build an backend web server by
using ASP.NET Core.
Agenda:
Welcoming
Building Microservices backend using ASP.NET Core
Implement Authentication & Authorization using OpenID Protocol
based on OAuth Specifications