A library for implementing the Command Pattern, providing of a set of base classes and an invoker class. Useful for abstracting data access and API calls as either queries (for read operations) or commands (for write operations).
A data access library for .NET combining the mediator pattern and the query object pattern, with caching, async and easy mocking of queries and commands
A data access library for .NET combining the mediator pattern and the query object pattern, with caching, async and easy mocking of queries and commands.