MathNet.Numerics
by: Christoph Ruegg, Marcus Cuda, Jurgen Van Gael
- 728 total downloads
- Latest version: 6.0.0-beta2
Math.NET Numerics is the numerical foundation of the Math.NET project, aiming to provide methods and algorithms for numerical computations in science, engineering and every day use. Supports .NET 5.0 or higher, .NET Standard 2.0 and .NET Framework 4.6.1 or higher, on Windows, Linux and Mac.
McMaster.AspNetCore.Kestrel.Certificates
by: Nate McMaster
- 34 total downloads
- Latest version: 1.0.0
A class library for managing HTTPS certificates with ASP.NET Core.
This library includes API for dynamically selecting which HTTPS certificate to use in Kestrel.
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.