ASP.NET Core Middleware: What is it and How to Use it?

Поділитися
Вставка
  • Опубліковано 8 бер 2024
  • In this video, we extensively cover the concept of middleware in ASP.NET Core. Middleware is actually a system and is not a concept introduced solely by .NET. This system regulates the interaction between clients and servers and helps us understand how it works with the HTTP protocol.
    For example, when a client makes a request, this request is forwarded to the server, and the server returns a response. However, there are many processes in between, and these processes, such as controlling and authorizing requests, are managed by the "Middleware" system.
    Middleware is a structure found in many technologies, but it has a more modular structure in .NET Core. This structure allows us to manage processes in the system with middleware and operates in a spiral manner.
    00:00 Introduction
    00:58 What is Middleware?
    06:47 Creating Middleware
    15:30 Middleware Testing
    Don't forget to subscribe!
    I'm looking forward to your questions, see you soon!
    Join the Community: / discord

КОМЕНТАРІ •