How to handle dynamically iterating over a set of generic classes in C#?
I have a set of generic classes that are utilized in typed controllers in the following way:
Designing a Generic IInboxRepository for Modular ASP.NET Application with Multiple DbContexts
I’m building a modular application using ASP.NET 8 and implementing the inbox/outbox pattern for communication between modules. Here’s my scenario: