CodeDesignPlus.Net.PubSub.Abstractions provides essential interfaces and abstract classes for implementing publish-subscribe patterns in .NET Core applications. This library defines core contracts and abstractions that facilitate a clean and maintainable architecture for event-driven systems, enabling better testing and extensibility.
$ dotnet add package CodeDesignPlus.Net.PubSub.AbstractionsCodeDesignPlus.Net.PubSub provides a robust framework for implementing publish-subscribe patterns in .NET Core applications. This library simplifies the process of publishing and subscribing to messages, enabling developers to build scalable and decoupled event-driven systems.
CodeDesignPlus.Net.PubSub provides a robust framework for implementing publish-subscribe patterns in .NET Core applications. This library simplifies the process of publishing and subscribing to messages, enabling developers to build scalable and decoupled event-driven systems.
To install the package, run the following command:
dotnet add package CodeDesignPlus.Net.PubSub
For more information regarding the library, you can visit our documentation at CodeDesignPlus Doc
Refer to issues for a list of proposed features and known issues.
Distributed under the MIT License. See LICENSE for more information.
CodeDesignPlus - @CodeDesignPlus - wliscano@codedesignplus.com
Project Link: CodeDesignPlus.Net.PubSub