Does .NET 6 support pipelines of business logic – like middleware for a request, but for custom logic? – Asp.net
I have a number of reusable business logic steps which will be re-used in various web endpoints. I'm trying to see if there's a nice way in .NET 6 to 'chain' these reusable business logic code (think, classes where each…