Session

ASP.NET Core Middleware

In ASP.NET Core any incoming requests ends up being managed by a controller class, but quite a few things can happen along the way. In particular, each request passes through a pipeline of components that are conceptually very close to the HTTP modules of the classic ASP.NET runtime environment. The pipeline is known as middleware and provides an API for your components to inspect or modify request and response payloads to pursue a specific business goal. In this talk, we’ll review the ASP.NET Core middleware API, go through a couple of examples and discuss use-cases and issues you may face while porting HTTP modules to ASP.NET Core middleware components.

Dino Esposito

CTO, Crionet

Rome, Italy

Actions

Please note that Sessionize is not responsible for the accuracy or validity of the data provided by speakers. If you suspect this profile to be fake or spam, please let us know.

Jump to top