SimpleMediator icon indicating copy to clipboard operation
SimpleMediator copied to clipboard

A .NET/C# implementation of the mediator pattern with support for queries, commands and events

Results 2 SimpleMediator issues
Sort by recently updated
recently updated
newest added

This will be slightly faster than using reflection to figure out the request type. But the calling signature has to be explicit in defining the ```csharp // without generics var...

enhancement