BouncyCastle.Cryptography by: Legion of the Bouncy Castle Inc.
  • 93 total downloads
  • Latest version: 2.7.0-beta.98
  • bouncycastle cryptography dtls encryption open-source openpgp post-quantum security tls
BouncyCastle.NET is a popular cryptography library for .NET
Castle.Core by: Castle Project Contributors
  • 123 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
  • 64 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
  • 11 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
  • 56 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
  • 111 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.
CommandLineParser by: gsscoder, nemec, ericnewton76, moh-hassan
  • 142 total downloads
  • Latest version: 2.9.1
  • command line commandline argument option parser parsing library syntax shell
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
  • 38 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
  • 41 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
  • 32 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
  • 93 total downloads
  • Latest version: 8.4.0
  • 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.Mvvm by: Microsoft
  • 97 total downloads
  • Latest version: 8.4.0
  • dotnet Community Toolkit .NET MVVM MVVMToolkit INotifyPropertyChanged Observable IOC DI Dependency Injection Object Messaging Extensions Helpers
This package includes a .NET MVVM library with helpers such as: - ObservableObject: a base class for objects implementing the INotifyPropertyChanged interface. - ObservableRecipient: a base class for observable objects with support for the IMessenger service. - ObservableValidator: a base class for objects implementing the INotifyDataErrorInfo interface. - RelayCommand: a simple delegate command implementing the ICommand interface. - AsyncRelayCommand: a delegate command supporting asynchronous operations and cancellation. - WeakReferenceMessenger: a messaging system to exchange messages through different loosely-coupled objects. - StrongReferenceMessenger: a high-performance messaging system that trades weak references for speed. - Ioc: a helper class to configure dependency injection service containers.
ConfigureAwait.Fody by: Cameron MacFarland, Simon Cropp
  • 330 total downloads
  • Latest version: 3.3.2
  • ILWeaving, Fody, Cecil, AOP
Configure async code's ConfigureAwait at a global level.
CronExpressionDescriptor by: Brady Holt
  • 245 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.
CryptoHelper by: Henk Mollema
  • 46 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
  • 14 total downloads
  • Latest version: 3.0.2
  • hashing crypto core PBKDF2 Rfc2898DeriveBytes
DEPRECATED - The 'CryptoHelper' is now strong named by default.
Dahomey.Json by: Michaël Catanzariti
  • 212 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
  • 5 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
  • 350 total downloads
  • Latest version: 2.1.66
  • orm sql micro-orm
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc. Major Sponsor: Dapper Plus from ZZZ Projects.
DeepCloner by: force
  • 30 total downloads
  • Latest version: 0.10.4
  • .NET shallow deep clone DeepClone fast
Small Library for fast deep or shallow cloning .NET objects. It allows to copy everything and has a lot of performance tricks for fast copying.