Collections.Pooled by: Joel Mueller
  • 525 total downloads
  • Latest version: 2.0.0-preview.27
  • List ArrayPool Span Dictionary Stack Set HashSet ObservableCollection
Includes PooledList, PooledDictionary, PooledSet, PooledStack, PooledQueue, and PooledObservableCollection: based on the corresponding collections in System.Collections.Generic, using ArrayPool internally to reduce allocations, and with some API changes that allow for better compatibility with Span.
Castle.Core by: Castle Project Contributors
  • 950 total downloads
  • Latest version: 5.2.1
  • castle dynamicproxy dynamic proxy dynamicproxy2 dictionaryadapter emailsender
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
Caching.CSRedis by: Caching.CSRedis
  • 300 total downloads
  • Latest version: 3.8.800
  • caching csredis redis c# 分布式缓存 集群 负载 cluster Microsoft.Extensions.Caching
分布式缓存 CSRedisCore 实现 Microsoft.Extensions.Caching
Castle.Windsor.MsDependencyInjection by: Castle.Windsor.MsDependencyInjection
  • 350 total downloads
  • Latest version: 4.1.0
  • Windsor Castle AspNetCore DI IoC DNX DependencyInjection Extensions
Package Description
CacheManager.Microsoft.Extensions.Logging by: MichaConrad
  • 206 total downloads
  • Latest version: 2.0.0-beta-1629
  • Caching Cache CacheManager Distributed Cache Logging
CacheManager extension package to work with Microsoft.Extensions.Logging as logging provider. CacheManager is an open source caching abstraction layer for .NET written in C#. The ASP.NET Core logging provides a bridge to the Microsoft.Extensions.Logging framework.
Castle.Core.AsyncInterceptor by: James Skimming
  • 276 total downloads
  • Latest version: 2.1.0
  • async asynchronous-methods castle castle-core dynamic dynamicproxy dynamic-proxy dynamicproxy2 intercept-methods proxy
AsyncInterceptor is an extension to Castle DynamicProxy to simplify the development of interceptors for asynchronous methods.
CodeContracts.Unofficial by: Nathan Totten (Unofficial Microsoft Package)
  • 19 total downloads
  • Latest version: 1.0.0
Code Contracts provide a language-agnostic way to express coding assumptions in .NET programs. The contracts take the form of pre-conditions, post-conditions, and object invariants.
CloneExtensions by: Marcin Juraszek
  • 14.818k total downloads
  • Latest version: 2.0.4
  • Clone Extensions Expression Trees
Performs fast, deep or shallow clone using simple assignment operations generated by Expression Tree runtime code compilation.
Clawfoot.Core by: Douglas Gaskell
  • 12 total downloads
  • Latest version: 0.6.0
Package Description
ClosedXML.Parser by: Jan Havlíček
  • 110 total downloads
  • Latest version: 2.0.0
  • ClosedXML parser formula xlsx
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.
Castle.LoggingFacility.MsLogging by: Castle.LoggingFacility.MsLogging
  • 106 total downloads
  • Latest version: 3.1.0
  • Castle Logging Extensions
Package Description
Chinese.Abstract by: Chinese.Abstract
  • 14 total downloads
  • Latest version: 0.0.1
Package Description
Clawfoot.Extensions by: Douglas Gaskell
  • 64 total downloads
  • Latest version: 0.7.4
A collection of extensions to make life easier
CacheManager.Microsoft.Extensions.Configuration by: MichaConrad
  • 254 total downloads
  • Latest version: 2.0.0
  • Caching Cache CacheManager Distributed Cache Configuration
CacheManager extension package to use Microsoft.Extensions.Configuration to configure the CacheManager instance. CacheManager is an open source caching abstraction layer for .NET written in C#. This is the ASP.NET Core configuration integration package.
Chinese by: zmjack
  • 288 total downloads
  • Latest version: 0.8.1-alpha
  • Chinese Pinyin Numerics
中文解析通用工具。包括拼音,简繁转换,数字读法,货币读法。
ChatGPT.Net by: PawanOsman
  • 146 total downloads
  • Latest version: 2.0.0
  • chat chatgpt ai official model llm ml
ChatGPT.Net is a C# library that allows developers to access ChatGPT using official OpenAI API, a chat-based large language model, With this API, developers can send queries to ChatGPT and receive responses in real-time, making it easy to integrate ChatGPT into their own applications.
ClosedXML by: Jan Havlíček Francois Botha Aleksei Pankratev Manuel de Leon Amir Ghezelbash
  • 1.212k total downloads
  • Latest version: 0.105.0
  • Excel OpenXml xlsx
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.
Castle.LoggingFacility by: Castle Project Contributors
  • 364 total downloads
  • Latest version: 6.0.0
  • castle windsor inversionOfControl DependencyInjection logging log4net nlog
Castle Windsor logging facility lets you easily inject loggers into your components. It offers integration with most popular 3rd party logging frameworks like log4net, NLog and Serilog (see Castle Core docs).
Castle.Windsor by: Castle Project Contributors
  • 441 total downloads
  • Latest version: 6.0.0
  • castle windsor inversionOfControl DependencyInjection
Castle Windsor is best of breed, mature Inversion of Control container available for .NET.
Castle.DynamicProxy by: Castle Project Contributors
  • 47 total downloads
  • Latest version: 2.2.0
Castle DynamicProxy is a library for generating lightweight .NET proxies on the fly at runtime. Proxy objects allow calls to members of an object to be intercepted without modifying the code of the class.