MessagePack
by: neuecc, aarnott
- 943 total downloads
- Latest version: 3.1.8
Extremely Fast MessagePack(MsgPack) Serializer for C# (.NET Framework, .NET 6, Unity, Xamarin).
MessagePack.Annotations
by: neuecc, aarnott
- 544 total downloads
- Latest version: 3.1.8
Attributes and interfaces for .NET types serializable with MessagePack.
MessagePackAnalyzer
by: neuecc, aarnott
- 532 total downloads
- Latest version: 3.1.8
Analyzers and source generator for MessagePack for C#. Verify rules for [MessagePackObject] and code fix for [Key]. A roslyn source generator for AOT or faster startup of applications that use the MessagePack nuget package.
MicroPlumberd
by: MicroPlumberd
- 826 total downloads
- Latest version: 1.2.4
CQRS/EventSourcing made eXtreamly simple. Domain-Layer abstractions: Read-Model, Event-Handler, Aggregate, Subscriptions
MicroPlumberd.CommandBus.Abstractions
by: MicroPlumberd.CommandBus.Abstractions
- 718 total downloads
- Latest version: 1.2.4
Package Description
MicroPlumberd.Encryption
by: MicroPlumberd.Encryption
- 398 total downloads
- Latest version: 1.2.4
SecretObject that uses certificates for message confidentiality when using with EventStore as a CommandBus.
MicroPlumberd.ProcessManager.Abstractions
by: MicroPlumberd.ProcessManager.Abstractions
- 499 total downloads
- Latest version: 1.2.4
Package Description
MicroPlumberd.Protobuf
by: MicroPlumberd.Protobuf
- 160 total downloads
- Latest version: 1.2.4
CQRS/EventSourcing made eXtreamly simple. Protobuf serialization support.
MicroPlumberd.Services
by: MicroPlumberd.Services
- 791 total downloads
- Latest version: 1.2.4
CQRS/EventSourcing made eXtreamly simple. Application-Layer: Command-Handlers, Command-Bus
MicroPlumberd.Services.BatchOperations
by: ModelingEvolution
- 70 total downloads
- Latest version: 1.2.4
Long-running operation tracking for MicroPlumberd event-sourced applications. Provides progress reporting, ETA calculation, and cancellation support.
MicroPlumberd.Services.Cron
by: MicroPlumberd.Services.Cron
- 205 total downloads
- Latest version: 1.2.4
CQRS/EventSourcing made eXtreamly simple. Application-Layer: Command-Handlers, Command-Bus
MicroPlumberd.Services.Cron.Ui
by: MicroPlumberd.Services.Cron.Ui
- 186 total downloads
- Latest version: 1.2.4
CQRS/EventSourcing made eXtreamly simple. Application-Layer: Command-Handlers, Command-Bus
MicroPlumberd.Services.EventAggregator
by: MicroPlumberd.Services.EventAggregator
- 57 total downloads
- Latest version: 1.2.4
EventAggregator integration for MicroPlumberd event handlers. Enables low-latency in-process event delivery as an alternative to EventStore subscriptions.
MicroPlumberd.Services.Grpc.DirectConnect
by: MicroPlumberd.Services.Grpc.DirectConnect
- 520 total downloads
- Latest version: 1.2.4
Package Description
MicroPlumberd.Services.Identity
by: MicroPlumberd.Services.Identity
- 216 total downloads
- Latest version: 1.2.4
AspnetCode.Identity with CQRS/EventSourcing made eXtreamly simple. Domain-Layer abstractions: Read-Model, Event-Handler, Aggregate, Subscriptions
MicroPlumberd.Services.Identity.Blazor
by: MicroPlumberd.Services.Identity.Blazor
- 96 total downloads
- Latest version: 1.2.4
Blazor components for MicroPlumberd.Services.Identity - User and Role management UI
MicroPlumberd.Services.ProcessManagers
by: MicroPlumberd.Services.ProcessManagers
- 516 total downloads
- Latest version: 1.2.4
CQRS/EventSourcing made eXtreamly simple. This part is EXPERIMENTAL, provides abstraction over StateFull ProcessManager
MicroPlumberd.Services.Uniqueness
by: MicroPlumberd.Services.Uniqueness
- 182 total downloads
- Latest version: 1.2.4
Set-wide uniqueness for event-sourced aggregates (reservation / try-confirm-cancel pattern) backed by a relational unique index. Provider-neutral core; install the .Sqlite, .Postgres or .SqlServer companion package.
MicroPlumberd.Services.Uniqueness.Postgres
by: MicroPlumberd.Services.Uniqueness.Postgres
- 16 total downloads
- Latest version: 1.2.4
PostgreSQL provider for MicroPlumberd.Services.Uniqueness — the production default for set-wide uniqueness of event-sourced aggregates.
MicroPlumberd.Services.Uniqueness.Sqlite
by: MicroPlumberd.Services.Uniqueness.Sqlite
- 7 total downloads
- Latest version: 1.2.4
SQLite provider for MicroPlumberd.Services.Uniqueness. Development, test and single-instance hosts only: SQLite is file-local and single-writer, so it cannot arbitrate uniqueness across replicas. Use the Postgres package in production.