This repository contains examples on some of the ASP.NET Core fundamentals. Each topic is in a separate solution. Every solution contains multiple projects, where each project represent one example/lesson
For now there is only Middleware solution, but soon I will add Authorization, Configuration and other interesting topics.
Middleware samples start with usage of Run, Use, Map delegates, then continues with class based middlewares both conventional and factory-based and it will end with examples of build-in middlewares