BouncyCastle.Cryptography
by: Legion of the Bouncy Castle Inc.
- 93 total downloads
- Latest version: 2.7.0-beta.98
BouncyCastle.NET is a popular cryptography library for .NET
Castle.Core
by: Castle Project Contributors
- 189 total downloads
- Latest version: 5.2.1
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
Castle.Core.AsyncInterceptor
by: James Skimming
- 73 total downloads
- Latest version: 2.1.0
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
- 90 total downloads
- Latest version: 6.0.0
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
- 176 total downloads
- Latest version: 6.0.0
Castle Windsor is best of breed, mature Inversion of Control container available for .NET.
CommandLineParser
by: gsscoder, nemec, ericnewton76, moh-hassan
- 191 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
- 119 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
- 103 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
- 30 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.Common
by: Microsoft
- 83 total downloads
- Latest version: 8.4.0
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
- 94 total downloads
- Latest version: 8.4.0
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
Configure async code's ConfigureAwait at a global level.
CronExpressionDescriptor
by: Brady Holt
- 316 total downloads
- Latest version: 2.41.0
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
Standalone password hasher for ASP.NET Core using a PBKDF2 implementation.
CryptoHelper.StrongName
by: Henk Mollema
- 14 total downloads
- Latest version: 3.0.2
DEPRECATED - The 'CryptoHelper' is now strong named by default.
Dahomey.Json
by: Michaël Catanzariti
- 173 total downloads
- Latest version: 1.12.2
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
Attributes assembly for https://github.com/dahomey-technologies/Dahomey.Json
Dapper
by: Sam Saffron, Marc Gravell, Nick Craver
- 402 total downloads
- Latest version: 2.1.66
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc. Major Sponsor: Dapper Plus from ZZZ Projects.
DeepCloner
by: force
- 54 total downloads
- Latest version: 0.10.4
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.