ChilliCream.Nitro.App
by: ChilliCream.Nitro.App
- 10.061k total downloads
- Latest version: 32.0.0-insider.16
ChilliCream.Nitro.App is a collection of middleware components for HotChocolate. It includes
middleware for serving static files, handling CDN requests, managing configuration files, and simplifying
middleware setup. With ChilliCream.Nitro.App, developers can optimize file delivery, improve performance, and
seamlessly integrate static file serving and configuration management into their applications.
Chr.Avro.Json
by: C.H. Robinson
- 1.071k total downloads
- Latest version: 10.13.1
Avro JSON serialization and deserialization
chromiumembeddedframework.runtime
by: The Chromium Embedded Framework Authors
- 2.773k total downloads
- Latest version: 149.0.6
Chromium Embedded Framework (CEF) Release Distribution
NOTE: This package is maintained on behalf of the CEF authors by the CefSharp project at http://github.com/cefsharp/cef-binary
chromiumembeddedframework.runtime.win-x64
by: The Chromium Embedded Framework Authors
- 3.703k total downloads
- Latest version: 149.0.6
Chromium Embedded Framework (CEF) Release Distribution
NOTE: This package is maintained on behalf of the CEF authors by the CefSharp project at http://github.com/cefsharp/cef-binary
chromiumembeddedframework.runtime.win-x86
by: The Chromium Embedded Framework Authors
- 4.517k total downloads
- Latest version: 149.0.6
Chromium Embedded Framework (CEF) Release Distribution
NOTE: This package is maintained on behalf of the CEF authors by the CefSharp project at http://github.com/cefsharp/cef-binary
ClickOnceToSquirrelMigrator
by: Dennis Daume
- 218 total downloads
- Latest version: 0.4.1
A migration helper from ClickOnce to Squirrel.Windows.
CliWrap
by: Tyrrrz
- 1.95k total downloads
- Latest version: 3.10.2
Library for interacting with command-line interfaces
CloneExtensions
by: Marcin Juraszek
- 207 total downloads
- Latest version: 1.4.2
Performs fast, deep or shallow clone using simple assignment operations generated by Expression Tree runtime code compilation.
ClosedXML
by: Jan Havlíček, Francois Botha, Aleksei Pankratev, Manuel de Leon, Amir Ghezelbash
- 2.268k total downloads
- Latest version: 0.105.0
See release notes https://github.com/ClosedXML/ClosedXML/releases/tag/0.105.0 ClosedXML is a .NET library for reading, manipulating and writing Excel 2007+ (.xlsx, .xlsm) files. It aims to provide an intuitive and user-friendly interface to dealing with the underlying OpenXML API.
ClosedXML.Parser
by: Jan Havlíček
- 172 total downloads
- Latest version: 2.0.0
A lexer and parser of Excel formulas with focus on performance. Its goal is to create
an abstract syntax tree from a formula text to enable formula evaluation.
Cocona
by: Mayuki Sawatari
- 460 total downloads
- Latest version: 2.2.0
Micro-framework for .NET console application. Cocona makes it easy and fast to build console applications on .NET.
Cocona.Core
by: Mayuki Sawatari
- 284 total downloads
- Latest version: 2.2.0
Core component for Cocona. Micro-framework for .NET console application.
Cocona.Lite
by: Mayuki Sawatari
- 316 total downloads
- Latest version: 2.2.0
Lightweight version of Cocona. Micro-framework for .NET console application. Cocona makes it easy and fast to build console applications on .NET.
CoinAPI.WebSocket.V1
by: COINAPI LTD
- 492 total downloads
- Latest version: 3.1.0
SDK for www.CoinAPI.io WebSocket API
CommandLineParser
by: gsscoder, nemec, ericnewton76, moh-hassan
- 2.65k total downloads
- Latest version: 2.9.1
Terse syntax C# command line parser for .NET. For FSharp support see CommandLineParser.FSharp. The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks.
Common.Logging
by: Aleksandar Seovic, Mark Pollack, Erich Eichinger, Stephen Bohlen
- 618 total downloads
- Latest version: 3.4.1
Common.Logging library introduces a simple abstraction to allow you to select a specific logging implementation at runtime.
Common.Logging.Core
by: Aleksandar Seovic, Mark Pollack, Erich Eichinger, Stephen Bohlen
- 562 total downloads
- Latest version: 3.4.1
Common.Logging.Core contains the portable (PCL) implementation of the Common.Logging low-level abstractions common to all other Common.Logging packages.
CommonServiceLocator
by: .NET Foundation and Contributors
- 320 total downloads
- Latest version: 2.0.7
The library provides an abstraction over IoC containers and service locators. Using the library allows an application to indirectly access the capabilities without relying on hard references.
CommunityToolkit.HighPerformance
by: Microsoft
- 879 total downloads
- Latest version: 8.4.2
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.