This website includes Education Information like a programming language, job interview question, general knowledge.mathematics

Education log

PageNavi Results No.

Ads

Tuesday, August 20, 2024

what is middleware in asp.net core

 what is middleware in asp.net core


In ASP.NET Core, middleware is software that's assembled into an application pipeline to handle requests and responses. Each middleware component in the pipeline receives an HTTP request and performs operations on the request or response. It then decides whether to pass the request to the next component or end the request. Components can also perform work before and after the next component in the pipeline. 



What is a middleware in .NET Core?

What is Middleware? In Asp.Net Core, Middleware controls how applications behave on the HTTP request. Middleware depends upon classes which creates a pipeline that controls the request and response flow in the systems. Every section of the middleware can handle either request or response or both.


No comments:

Post a Comment