NATS.Client.KeyValueStore
by: The NATS Authors
- 3.244k total downloads
- Latest version: 3.2.0
Key/Value Store for NATS .NET, built on JetStream. Provides distributed key-value storage with watch, history, and TTL support.
NATS.Client.ObjectStore
by: The NATS Authors
- 3.079k total downloads
- Latest version: 3.2.0
Object Store for NATS .NET, built on JetStream. Stores and retrieves large objects as chunked streams with metadata and integrity checks.
NATS.Client.Serializers.Json
by: The NATS Authors
- 3.064k total downloads
- Latest version: 3.2.0
JSON serializer for NATS .NET using System.Text.Json. Supports ad-hoc types for quick prototyping. Not suitable for native AOT deployments.
NATS.Client.Services
by: The NATS Authors
- 3.073k total downloads
- Latest version: 3.2.0
Services framework for NATS .NET. Build discoverable microservices with automatic health monitoring, stats, and endpoint management.
NATS.Client.Simplified
by: The NATS Authors
- 2.664k total downloads
- Latest version: 3.2.0
Simplified high-level API for NATS .NET. Wraps common pub/sub and request-reply patterns with sensible defaults for quick adoption.
NATS.Extensions.Microsoft.DependencyInjection
by: The NATS Authors
- 3.347k total downloads
- Latest version: 3.2.0
NATS .NET dependency injection with ad-hoc JSON serialization enabled by default. Registers NatsConnection and INatsClient on the Microsoft service collection. For AOT or minimal dependencies, see NATS.Client.Hosting.
NATS.Net
by: The NATS Authors
- 2.966k total downloads
- Latest version: 3.2.0
NATS .NET client for the NATS cloud-native messaging system. Includes Core NATS pub/sub, JetStream persistent messaging, Key/Value Store, Object Store, and Services. Built on async/await with support for .NET 8, .NET 6, and .NET Standard 2.0/2.1.
NATS.NKeys
by: The NATS Authors
- 196 total downloads
- Latest version: 1.0.2
NATS NKeys: Ed25519 public-key signature library for the NATS .NET ecosystem. Create key pairs, sign, and verify messages for NATS authentication.
NaturalSort.Extension
by: Tomáš Pažourek
- 3.021k total downloads
- Latest version: 4.4.1
Extension method for StringComparison that adds support for natural sorting (e.g. "abc1", "abc2", "abc10" instead of "abc1", "abc10", "abc2").
NAudio
by: Mark Heath & Contributors
- 355 total downloads
- Latest version: 2.0.1
NAudio, an audio library for .NET
NCalc.Core
by: Sebastien Ros and contributors
- 937 total downloads
- Latest version: 7.2.0
Assembly with the core logic of NCalc.
NCalc.Domain
by: Sebastien Ros and contributors
- 304 total downloads
- Latest version: 7.2.0
Expression tree model, visitor contracts, and core exception types shared by NCalc parsers, evaluators, and extensions.
NCalc.Parser
by: Sebastien Ros and contributors
- 300 total downloads
- Latest version: 7.2.0
Default Parlot-based parser for NCalc expressions, including parser options and argument separator configuration.
NCalcSync
by: Sebastien Ros and contributors
- 1.265k total downloads
- Latest version: 7.2.0
NCalc is a fast and lightweight expression evaluator library for .NET, designed for flexibility and high performance. It supports a wide range of mathematical and logical operations. NCalc can parse any expression and evaluate the result, including static or dynamic parameters and custom functions. This package contains the unsigned assembly 'NCalc'. For the stronly signed assembly version of 'NCalc', see the NCalcSync.signed package.