Goodbye Complexity🙋‍♂️, Hello Middleware Magic👋! Supercharge Your .NET 8 Web API Like a Pro!🚀🔥

preview_player
Показать описание
🔹Middleware in .NET is software that's assembled into an application pipeline to handle requests and responses. Each component in the pipeline has the ability to:
🔹Process Requests: Perform actions on the incoming HTTP request before passing it to the next component.
🔹Process Responses: Perform actions on the outgoing HTTP response before sending it back to the client. Architectures where data might be distributed across multiple databases.
In this video, we'll walk you through the step-by-step process of integrating middleware into your .NET Web API.🎉

/*Grab source code*/

/*Playlist*/

/*Related*/

# Here's a follow-up section to encourage engagement and support for Netcode-Hub:
🌟 Get in touch with Netcode-Hub! 📫

# ☕️ If you've found value in Netcode-Hub's work, consider supporting the channel with a coffee!
Рекомендации по теме
Комментарии
Автор

Thank you. This is what I was after for if a user rights change and the JWT say yes you still can assess that API end point. I can then double check and act on it. Thank you.

However, you did talk about a way to pull this away with another system at a client level. Keen to know more on this in a future video.

Kepp up the great work. Your video continues to teach me new things. Always learning :)

waynehawkins
Автор

This is Great One, specially monitors within APP instead spending extra on other providers.

chiragp
Автор

Have you yet considered to create video on adding MS Entra ID (open ID connect) to existing App that already has custom authentication and authorization (similar to Your Employee Management System) so this way that App can be utilized for local accounts or choose MS Entra ID say companies existing MS Entra ID (Azure Active Directory)? Please let me know, thanks

chiragp