InternetException
  • Home
  • About
Sign in Subscribe
25 Oct 2022 .NET

What ASP.NET Middleware can do?

Pretty much everything. Default ASP.NET Core request handling pipeline is consisting of bunch of middlewares:

  • Authentication
  • Authorization
  • CORS
  • HTTP Logging
  • MVC
  • Static Files
  • other

Whole list of built-in middlewares can be found here:

https://learn.microsoft.com/en-us/aspnet/core/fundamentals/middleware/?view=aspnetcore-7.0#built-in-middleware

There is possibility to write custom middleware too.

Published by:

Natan Podbielski

You might also like...

18
Feb

Moving /boot partition

1 min read
18
Feb

Purging smtp services from Debian

1 min read
30
Oct

Enhancing your .NET API with query language

7 min read
28
Oct

HLinq design

18 min read
04
Oct

Disable Xunit Test on specific OS

1 min read
InternetException © 2026
  • Sign up
Powered by Ghost