ktsu.HashProviders.SHA384 by: ktsu.dev contributors
  • 397 total downloads
  • Latest version: 1.0.3-pre.4
  • serialization json serialization-provider provider-pattern abstractions newtonsoft-json system-text-json dotnet csharp net6 net7 net8 net9 netstandard dependency-injection adapter-pattern consistent-api ktsu json-serialization deserialization multi-target error-handling
A collection of serialization providers implementing ktsu.Abstractions.ISerializationProvider for popular .NET JSON libraries including Newtonsoft.Json and System.Text.Json.
ktsu.HashProviders.SHA512 by: ktsu.dev contributors
  • 395 total downloads
  • Latest version: 1.0.3-pre.4
  • serialization json serialization-provider provider-pattern abstractions newtonsoft-json system-text-json dotnet csharp net6 net7 net8 net9 netstandard dependency-injection adapter-pattern consistent-api ktsu json-serialization deserialization multi-target error-handling
A collection of serialization providers implementing ktsu.Abstractions.ISerializationProvider for popular .NET JSON libraries including Newtonsoft.Json and System.Text.Json.
ktsu.IntervalAction by: ktsu.dev contributors
  • 771 total downloads
  • Latest version: 1.3.6-pre.1
A .NET library that provides a simple way to execute an action at a specified interval with precise timing control.
ktsu.Invoker by: ktsu.dev contributors
  • 594 total downloads
  • Latest version: 1.1.3-pre.1
A .NET library that ensures delegates are executed on the intended thread, simplifying thread management in UI and graphics applications.
ktsu.ObfuscationProviders.Base64 by: ktsu.dev contributors
  • 386 total downloads
  • Latest version: 1.0.3-pre.4
  • serialization json serialization-provider provider-pattern abstractions newtonsoft-json system-text-json dotnet csharp net6 net7 net8 net9 netstandard dependency-injection adapter-pattern consistent-api ktsu json-serialization deserialization multi-target error-handling
A collection of serialization providers implementing ktsu.Abstractions.ISerializationProvider for popular .NET JSON libraries including Newtonsoft.Json and System.Text.Json.
ktsu.RoundTripStringJsonConverter by: ktsu.dev contributors
  • 704 total downloads
  • Latest version: 1.0.5
A versatile JSON converter for System.Text.Json that handles ToString serialization and multiple deserialization methods (FromString, Parse, Create, Convert) with intelligent priority selection for value types and domain objects.
ktsu.RunCommand by: ktsu.dev contributors
  • 643 total downloads
  • Latest version: 1.3.4-pre.1
A library that provides an easy way to execute shell commands and handle the output via delegates with both synchronous and asynchronous support.
ktsu.ScopedAction by: ktsu.dev contributors
  • 720 total downloads
  • Latest version: 1.1.7-pre.2
A lightweight utility for executing paired actions at the start and end of code blocks using the IDisposable pattern.
ktsu.Semantics.Paths by: ktsu.dev contributors
  • 962 total downloads
  • Latest version: 1.0.29-pre.6
  • semantic strings type safety validation string wrapper domain modeling semantic types path handling strongly typed primitive obsession value objects csharp dotnet validation attributes filesystem type system physics quantities physical constants dimensional analysis unit conversions scientific computing mechanical physics thermal physics optical physics acoustic physics chemical physics nuclear physics fluid dynamics si units imperial units bootstrap architecture performance optimized enterprise ready factory pattern dependency injection
A comprehensive .NET library for creating type-safe, validated string and physics quantity types using semantic meaning. Transform primitive string and numeric obsession into strongly-typed, self-validating domain models with 50+ validation attributes, polymorphic path handling, complete physics system covering 80+ quantities across 8 scientific domains, centralized physical constants with dimensional analysis, and performance-optimized utilities. Features include bootstrap architecture for circular dependency resolution, factory pattern support, dependency injection integration, and enterprise-ready capabilities for building robust, maintainable scientific and domain-specific applications.
ktsu.Semantics.Strings by: ktsu.dev contributors
  • 979 total downloads
  • Latest version: 1.0.29-pre.6
  • semantic strings type safety validation string wrapper domain modeling semantic types path handling strongly typed primitive obsession value objects csharp dotnet validation attributes filesystem type system physics quantities physical constants dimensional analysis unit conversions scientific computing mechanical physics thermal physics optical physics acoustic physics chemical physics nuclear physics fluid dynamics si units imperial units bootstrap architecture performance optimized enterprise ready factory pattern dependency injection
A comprehensive .NET library for creating type-safe, validated string and physics quantity types using semantic meaning. Transform primitive string and numeric obsession into strongly-typed, self-validating domain models with 50+ validation attributes, polymorphic path handling, complete physics system covering 80+ quantities across 8 scientific domains, centralized physical constants with dimensional analysis, and performance-optimized utilities. Features include bootstrap architecture for circular dependency resolution, factory pattern support, dependency injection integration, and enterprise-ready capabilities for building robust, maintainable scientific and domain-specific applications.
ktsu.SerializationProviders.NewtonsoftJson by: ktsu.dev contributors
  • 380 total downloads
  • Latest version: 1.0.3-pre.4
  • serialization json serialization-provider provider-pattern abstractions newtonsoft-json system-text-json dotnet csharp net6 net7 net8 net9 netstandard dependency-injection adapter-pattern consistent-api ktsu json-serialization deserialization multi-target error-handling
A collection of serialization providers implementing ktsu.Abstractions.ISerializationProvider for popular .NET JSON libraries including Newtonsoft.Json and System.Text.Json.
ktsu.SerializationProviders.SystemTextJson by: ktsu.dev contributors
  • 380 total downloads
  • Latest version: 1.0.3-pre.4
  • serialization json serialization-provider provider-pattern abstractions newtonsoft-json system-text-json dotnet csharp net6 net7 net8 net9 netstandard dependency-injection adapter-pattern consistent-api ktsu json-serialization deserialization multi-target error-handling
A collection of serialization providers implementing ktsu.Abstractions.ISerializationProvider for popular .NET JSON libraries including Newtonsoft.Json and System.Text.Json.
ktsu.SingleAppInstance by: ktsu.dev contributors
  • 881 total downloads
  • Latest version: 1.2.10
A .NET library that ensures only one instance of your application is running at a time.
ktsu.Sorting by: ktsu.dev contributors
  • 581 total downloads
  • Latest version: 1.0.4-pre.1
  • sorting natural sort alphanumeric string comparison comparer algorithm
A natural string comparison library that correctly sorts alphanumeric strings by comparing embedded numbers as numeric values.
ktsu.TextFilter by: ktsu.dev contributors
  • 599 total downloads
  • Latest version: 1.5.5
A library providing methods for matching and filtering text. It supports glob patterns, regular expressions, and fuzzy matching.
ktsu.ThemeProvider by: ktsu.dev contributors
  • 821 total downloads
  • Latest version: 1.0.12
A semantic color theming library for .NET applications that provides 44+ beautiful themes with intelligent color mapping, framework integration, and accessibility-first design. Features include theme discovery through a centralized registry, semantic color specifications (meaning + priority instead of hardcoded colors), built-in Dear ImGui support, and advanced color science with perceptually uniform color spaces.
ktsu.ThemeProvider.ImGui by: ktsu.dev contributors
  • 802 total downloads
  • Latest version: 1.0.12
A semantic color theming library for .NET applications that provides 44+ beautiful themes with intelligent color mapping, framework integration, and accessibility-first design. Features include theme discovery through a centralized registry, semantic color specifications (meaning + priority instead of hardcoded colors), built-in Dear ImGui support, and advanced color science with perceptually uniform color spaces.
ktsu.UndoRedo.Core by: ktsu.dev contributors
  • 38 total downloads
  • Latest version: 1.0.4-pre.1
  • undo redo command pattern stack change tracking save boundaries navigation async dotnet csharp library ui integration command merging composite commands events visualization
A comprehensive .NET library for implementing undo/redo functionality with advanced features including save boundaries, change visualization, and external navigation integration.