BouncyCastle.NetCore by: BouncyCastle
  • 41 total downloads
  • Latest version: 2.2.1
  • .net framework, core, standard
a BouncyCastle redist package include .Net Framework and .Net Core/ Standard support
BuildBundlerMinifier by: Mads Kristensen
  • 462 total downloads
  • Latest version: 3.2.449
  • concat bundle minify minification css js html
Bundles and minifies CSS, JS and HTML files
CaptchaMvc.Mvc3 by: Vyacheslav Volkov
  • 3 total downloads
  • Latest version: 1.5.0
  • captcha asp.net mvc mvc3 C#
CaptchaMvc will implement your web MVC applications easier and more reliable protection. Features: You can easily change or extend the current implementation of the captcha. By default there are two types of captcha, plain and mathematical. Supports MVC 3, MVC 4, MVC 5. Supports for storing captcha in the session or cookie. Supports the "intelligent" captcha.
Castle.Core by: Castle Project Contributors
  • 70 total downloads
  • Latest version: 5.2.1
  • castle dynamicproxy dynamic proxy dynamicproxy2 dictionaryadapter emailsender
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
Castle.DynamicProxy by: Castle Project Contributors
  • 4 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.
Castle.Windsor by: Castle Project Contributors
  • 1 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.
ChromeHtmlToPdf by: Kees van Spelde
  • 1 total downloads
  • Latest version: 4.4.3
  • convert html pdf chrome image png
ChromiumHtmlToPdf is a 100% managed C# library that can be used to convert HTML to PDF or PNG format with the use of Google Chrome or Microsoft Edge
CKeditor.Mvc by: Dima Stepanov
  • 14 total downloads
  • Latest version: 4.0.0-beta
  • CKeditor
Fully functional, open source editor for MVC.
cldrjs by: Rafael Xavier de Souza
  • 69 total downloads
  • Latest version: 0.5.1
  • utility globalization internationalization multilingualization localization g11n i18n m17n L10n localize locale cldr json inheritance compile
Simple CLDR API
CliWrap by: Tyrrrz
  • 2 total downloads
  • Latest version: 3.9.0-alpha.1
  • shell pipe command line executable interface wrapper standard input output error arguments net core
Library for interacting with external command-line interfaces
ClosedXML by: Francois Botha, Aleksei Pankratev, Manuel de Leon, Amir Ghezelbash
  • 122 total downloads
  • Latest version: 0.96.0
  • Excel OpenXml xlsx
Package Description
Common.Logging by: Aleksandar Seovic, Mark Pollack, Erich Eichinger, Stephen Bohlen
  • 93 total downloads
  • Latest version: 3.4.1
  • logging log Common.Logging
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
  • 58 total downloads
  • Latest version: 3.4.1
  • PCL Common.Logging.Portable Common.Logging.Core logging log Common.Logging
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
  • 36 total downloads
  • Latest version: 2.0.7
  • Unity Container unitycontainer Microsoft.Practices.Unity IoC Microsoft.Practices.ServiceLocation Service Location
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.Common by: Microsoft
  • 3 total downloads
  • Latest version: 8.4.2
  • dotnet Community Toolkit .NET Incremental Loading Collection IncrementalLoadingCollection String Array Extensions Helpers
This package includes .NET helpers such as: - IncrementalLoadingCollection: Simplifies the definition and usage of collections whose items can be loaded incrementally only when needed by the view. - String extensions and array extensions: These extensions make working with string and arrays easier.
CommunityToolkit.HighPerformance by: Microsoft
  • 4 total downloads
  • Latest version: 8.4.0-preview3
  • 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.
ConfigureAwait.Fody by: Cameron MacFarland, Simon Cropp
  • 1 total downloads
  • Latest version: 3.4.1
  • ILWeaving, Fody, Cecil, AOP
Configure async code's ConfigureAwait at a global level.
Confluent.Kafka by: Confluent Inc., Andreas Heider
  • 253 total downloads
  • Latest version: 2.12.0
  • Kafka Confluent librdkafka
Confluent's .NET Client for Apache Kafka
Confluent.SchemaRegistry by: Confluent Inc.
  • 4 total downloads
  • Latest version: 2.13.2-RC1
  • Kafka Confluent Schema Registry
A .NET Client for Confluent Schema Registry
Confluent.SchemaRegistry.Serdes.Avro by: Confluent Inc.
  • 137 total downloads
  • Latest version: 2.12.0
  • Kafka Confluent Schema Registry Avro
Provides an Avro Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration