CommunityToolkit.HighPerformance by: Microsoft
  • 588 total downloads
  • Latest version: 8.4.0
  • dotnet Community Toolkit .NET Parallel Performance Unsafe Span Memory String StringPool Array Stream Buffer Extensions Helpers
This package includes high performance .NET helpers such as: - Memory2D<T> and Span2D<T>: two types providing fast and allocation-free abstraction over 2D memory areas. - ArrayPoolBufferWriter<T>: an IBufferWriter<T> implementation using pooled arrays, which also supports IMemoryOwner<T>. - MemoryBufferWriter<T>: an IBufferWriter<T>: implementation that can wrap external Memory<T>: instances. - MemoryOwner<T>: an IMemoryOwner<T> implementation with an embedded length and a fast Span<T> accessor. - SpanOwner<T>: a stack-only type with the ability to rent a buffer of a specified length and getting a Span<T> from it. - StringPool: a configurable pool for string instances that be used to minimize allocations when creating multiple strings from char buffers. - String, array, Memory<T>, Span<T> extensions and more, all focused on high performance. - HashCode<T>: a SIMD-enabled extension of HashCode to quickly process sequences of values. - BitHelper: a class with helper methods to perform bit operations on numeric types. - ParallelHelper: helpers to work with parallel code in a highly optimized manner. - Box<T>: a type mapping boxed value types and exposing some utility and high performance methods. - Ref<T>: a stack-only struct that can store a reference to a value of a specified type. - NullableRef<T>: a stack-only struct similar to Ref<T>, which also supports nullable references.
Configuration by: Cameron Fletcher Configuration contributors
  • 314 total downloads
  • Latest version: 0.2.0-beta13
  • app.config config configuration
A simple configuration library for .NET
ConfigureAwait.Fody by: Cameron MacFarland Simon Cropp
  • 112 total downloads
  • Latest version: 3.3.2
  • ILWeaving Fody Cecil AOP
Configure async code's ConfigureAwait at a global level.
Confluent.Kafka by: Confluent Inc. Andreas Heider
  • 315 total downloads
  • Latest version: 2.10.1
  • Kafka Confluent librdkafka
Confluent's .NET Client for Apache Kafka
ConsoleControl by: Dave Kerr
  • 104 total downloads
  • Latest version: 1.3.0
  • Console Shell
The ConsoleControl is a WinForms control that you can drop into a Form to run an external process in a C# application.
ConsoleControlAPI by: Dave Kerr
  • 23 total downloads
  • Latest version: 1.3.0
  • Console Shell
The ConsoleControl API provides common functionality used in the ConsoleControl and ConsoleControl.WPF libraries.
ControlzEx by: Jan Karger Bastian Schmidt James Willock
  • 2.267k total downloads
  • Latest version: 7.0.1
  • WPF UI Metro Modern Material XAML Toolkit Library .NET OSS OpenSource WindowChrome
ControlzEx is a library with some shared Controls for WPF.
CoreCompat.System.Drawing by: CoreCompat.System.Drawing
  • 2 total downloads
  • Latest version: 1.0.0-beta006
CoreCompat.System.Drawing
CoreProfiler by: teddy.ma
  • 33 total downloads
  • Latest version: 1.1.4
  • coreclr profiling .netcore coreprofiler miniprofiler nanoprofiler performance timing profiler
CoreProfiler - A .NET Core Profiling Library
CoreProfiler.Web by: teddy.ma
  • 50 total downloads
  • Latest version: 1.1.4
  • coreclr profiling .netcore coreprofiler miniprofiler nanoprofiler performance timing profiler
CoreProfiler.Web - A .NET Core Profiling Library
Costura.Fody by: geertvanhorrik simoncropp
  • 2.916k total downloads
  • Latest version: 6.0.0
  • ILMerge ILWeaving Embed Resource Fody Cecil
Fody add-in for embedding references as resources.
coverlet.collector by: tonerdo
  • 5.605k total downloads
  • Latest version: 6.0.4
  • coverage testing unit-test lcov opencover quality
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
Crc32.NET by: force
  • 259 total downloads
  • Latest version: 1.2.0
  • crc32 crc-32 crc crc32c .NET
Fast version of Crc32 & Crc32C algorithms for .NET and .NET Core. It is up to 3x-5x times better than other "fast" implemenations. Code based on Crc32C.NET library.
Crc32C.NET by: Robert Važan
  • 51 total downloads
  • Latest version: 1.0.5
  • crc crc32 crc-32 crc32c crc-32c castagnoli managed
Hardware-accelerated CRC-32C (Castagnoli) with super fast software fallback for .NET projects. Don't confuse with ordinary CRC-32. Automatically selects 32-bit or 64-bit embedded native library for maximum performance.
CronExpressionDescriptor by: Brady Holt
  • 3.149k total downloads
  • Latest version: 2.41.0
  • cron schedule quartz quartz.net cron expression
A library that converts cron expressions into human readable descriptions. Supports multiple languages including: English, Brazillian, Spanish, Norwgian, Turkish, Dutch, Chinese Simplified, Russian, French, German, Ukrainian, Persian (Farsi), Polish, Romanian, Italian, Swedish, Slovenian, Danish, Finnish, Greek, Kazakh and Japanese.
Cronos by: Andrey Dorokhov Sergey Odinokov
  • 359 total downloads
  • Latest version: 0.11.0
  • Cronos Cron Recurring
A fully-featured .NET library for parsing cron expressions and calculating next occurrences that was designed with time zones in mind and correctly handles daylight saving time transitions.
CronScheduler.AspNetCore by: kdcllc
  • 286 total downloads
  • Latest version: 3.2.0
  • CronScheduler.AspNetCore CronScheduler.Extensions Cron Quatz HangFire AspNetCore DotNet DotNetCore CronNET Scheduler Worker Hosting Kubernetes Docker
A lightweight Cron-based Scheduler for AspNetCore applications, designed for Kubernetes/Docker environments. An efficient alternative to Quartz Scheduler and HangFire.
CronScheduler.Extensions by: kdcllc
  • 110 total downloads
  • Latest version: 3.2.0
  • CronScheduler.AspNetCore CronScheduler.Extensions Cron Quatz HangFire AspNetCore DotNet DotNetCore CronNET Scheduler Worker Hosting Kubernetes Docker
A powerful Cron-based Scheduler for .NET Core applications, optimized for Kubernetes/Docker and Windows Services. A lightweight alternative to Quartz Scheduler and HangFire.
CSharpFunctionalExtensions by: Vladimir Khorikov
  • 6.717k total downloads
  • Latest version: 3.6.0
  • C# Functional Result Maybe ValueObject
CSharpFunctionalExtensions - functional extensions for C#
CsvHelper by: Josh Close
  • 10.001k total downloads
  • Latest version: 33.1.0
  • csv csvhelper comma separated value delimited
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.