Castle.Core by: Castle Project Contributors
  • 67 total downloads
  • Latest version: 5.2.1
  • castle dynamicproxy dynamic proxy dynamicproxy2 dictionaryadapter emailsender
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
Castle.Core.AsyncInterceptor by: James Skimming
  • 23 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.
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.LoggingFacility by: Castle Project Contributors
  • 34 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
  • 39 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.
ClosedXML by: Jan Havlíček Francois Botha Aleksei Pankratev Manuel de Leon Amir Ghezelbash
  • 101 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.
ClosedXML.Parser by: Jan Havlíček
  • 10 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.
CodeBeam.MudBlazor.Extensions by: CodeBeam
  • 98 total downloads
  • Latest version: 8.2.3
  • Blazor MudBlazor Component Extension Material3 Animate Stepper ComboBox Select List Loading Gallery ChipField Transfer Barcode QR SpeedDial RangeSlider Teleport
MudBlazor extension components from contributors. Includes 30+ components and utilities.
Common.Logging by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
  • 44 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
  • 30 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
  • 9 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.
Configuration by: Cameron Fletcher Configuration contributors
  • 11 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
  • 25 total downloads
  • Latest version: 3.3.2
  • ILWeaving Fody Cecil AOP
Configure async code's ConfigureAwait at a global level.
ControlzEx by: Jan Karger Bastian Schmidt James Willock
  • 86 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.
Crc32C.NET by: Robert Važan
  • 3 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
  • 124 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
  • 45 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.
CryptoHelper by: Henk Mollema
  • 21 total downloads
  • Latest version: 4.0.0
  • hashing passwordhasher crypto core PBKDF2 Rfc2898DeriveBytes
Standalone password hasher for ASP.NET Core using a PBKDF2 implementation.
CryptoHelper.StrongName by: Henk Mollema
  • 4 total downloads
  • Latest version: 3.0.2
  • hashing crypto core PBKDF2 Rfc2898DeriveBytes
DEPRECATED - The 'CryptoHelper' is now strong named by default.
CsvHelper by: Josh Close
  • 412 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.