CoreProfiler by: teddy.ma
  • 231 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
  • 232 total downloads
  • Latest version: 1.1.4
  • coreclr profiling .netcore coreprofiler miniprofiler nanoprofiler performance timing profiler
CoreProfiler.Web - A .NET Core Profiling Library
Costasdev.Uuidv7 by: Ariel Costas Guerrero
  • 20 total downloads
  • Latest version: 1.0.1
  • uuid uuidv7 rfc9562
UUIDv7 implementation for .NET, based on RFC 9562.
Costura.Fody by: geertvanhorrik, simoncropp
  • 1.893k total downloads
  • Latest version: 6.2.0
  • ILMerge, ILWeaving, Embed, Resource, Fody, Cecil
Fody add-in for embedding references as resources.
coverlet.collector by: tonerdo
  • 2.643k 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
  • 81 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.
CronExpressionDescriptor by: Brady Holt
  • 1.946k total downloads
  • Latest version: 2.50.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, Kyrgyz and Japanese.
Cronos by: Andrey Dorokhov, Sergey Odinokov
  • 456 total downloads
  • Latest version: 0.13.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
  • 466 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
  • 158 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
  • 3.971k total downloads
  • Latest version: 3.7.0
  • C# Functional Result Maybe ValueObject
CSharpFunctionalExtensions - functional extensions for C#
CsvHelper by: Josh Close
  • 4.572k 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.
Cucumber.CucumberExpressions by: Cucumber Ltd, Gaspar Nagy
  • 407 total downloads
  • Latest version: 20.0.0
  • specflow cucumber
Cucumber Expressions implementation for .NET.
Cucumber.Messages by: Cucumber Ltd, TechTalk
  • 1.806k total downloads
  • Latest version: 33.0.3
  • cucumber-messages cucumber reqnroll specflow gherkin
JSON schema-based messages for Cucumber's inter-process communication
Dahomey.Json by: Michaël Catanzariti
  • 820 total downloads
  • Latest version: 1.12.2
  • serialization json
The main purpose of this library is to bring missing features to the official .Net namespace System.Text.Json
Dahomey.Json.Attributes by: Michaël Catanzariti
  • 32 total downloads
  • Latest version: 1.0.1
  • serialization json
Attributes assembly for https://github.com/dahomey-technologies/Dahomey.Json
Dapper by: Sam Saffron, Marc Gravell, Nick Craver
  • 4.46k total downloads
  • Latest version: 2.1.79
  • orm sql micro-orm
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc. Major Sponsor: Dapper Plus from ZZZ Projects.
Database by: Gil Sani
  • 29 total downloads
  • Latest version: 2.5.0
Create JSON based database on any device.
DataTables.Annotations by: PhonixGame
  • 481 total downloads
  • Latest version: 0.7.3
  • database, embedded, inmemory, unity
Attributes of MasterMemory.
DBreeze by: Oleksiy Solovyov / Ivars Sudmalis
  • 1.308k total downloads
  • Latest version: 1.138.2026.603
  • DBreeze database text search data tree NoSQL .NET C# embedded key value ACID Liana trie
DBreeze database key features: - Embedded .NET family assembly, platform independent and without references to other libraries. - Multi-threaded, ACID compliant, with a solution for deadlocks resolving/elimination, parallel reads and synchronized writes/reads. - No fixed scheme for table names (construction and access on the fly). - Tables can reside in mixed locations: different folders, hard drives, memory, in-memory with disk persistence. - Liana-Trie indexing technology. Database indexes (keys) never need to be defragmented. Speed of insert/update/remove operations doesn't change during the time. - Ability to access Key/Value pair of a table by physical link, that can economize time for joining necessary data structures. - No limits for database size (except "long" size for each table and physical resources constraints). - Low memory and physical space consumption, also while random inserts and updates. Updates reside the same physical space, when possible or configured. - High performance of CRUD operations. When you need, unleash DBreeze power and get 500000 key/value pairs insert or 260K updates per second per core into sorted table on the hard drive of standard PC (benchmark in year 2012). - High speed of random keys batch inserts and updates (update mode is selectable). - Range selects / Traversing (Forward, Backward, From/To, Skip, StartsWith etc). Remove keys, change keys. - Keys and values, on the low level, are always byte arrays. - Max. key size is 65KB, max. value size is 2GB. Value can be represented as a set of columns, where can be stored data types of fixed or dynamic length. Every dynamic datablock (BLOB) can be of size 2GB. - Rich set of conversion functions from/to between byte[] and other data types. - Nested / Fractal tables which can reside inside of master tables values. - Incremental backup/restore option. - Integrated text-search subsystem (full-text/partial). - Integrated object database layer. - Fast multi-parameter search subsystem with powerful query possibilities. - Integrated Vector Database and vector similarity search engine (embedding vectors store/search). - Integrated binary and JSON serializer Biser.NET - High Availability, Redundancy and Fault Tolerance via Raft.NET - DBreeze is a foundation for complex data storage solutions (graph/neuro, object, document, text search etc. data layers). Please, study documentation to understand all abilities of DBreeze. hhblaze@gmail.com