CoContra by: Nick Strupat
  • 406 total downloads
  • Latest version: 1.1.1
  • covariance covariant contravariance contravariant delegate
Delegate-like classes for covariant and contravariant delegates and events
CodeProject.ObjectPool by: Ofir Makmal <ofir.makmal@gmail.com> Alessio Parma <alessio.parma@gmail.com>
  • 1.35k total downloads
  • Latest version: 6.5.0+e24dde14
  • codeproject object pool concurrent generic threadsafe portable netstandard stringbuilder memorystream
A generic, concurrent, portable and flexible Object Pool for .NET. It is completely based on the Code Project article of Ofir Makmal (http://goo.gl/4qig6T). Library is production ready and it is successfully working in real life systems. Original source code has been modified, in order to introduce a Parameterized Object Pool, already drafted by Ofir Makmal in the comments of the article. Moreover, a few unit tests have been added, in order to improve code reliability, and a lot of other small changes have also been applied. Of course, all modified source code is freely available at the project URL of this package. Many thanks to Ofir Makmal for his great work.
CommandLineParser by: gsscoder nemec ericnewton76 moh-hassan
  • 1.122k 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
  • 868 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
  • 808 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.
Common.Logging.Log4Net1211 by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
  • 731 total downloads
  • Latest version: 3.4.1
  • Log4Net Common.Logging.Log4Net logging log Common.Logging
Common.Logging library bindings for Log4Net 1.2.11 logging framework.
Common.Logging.Log4Net1213 by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen G. Stoynev
  • 570 total downloads
  • Latest version: 3.4.1
  • Log4Net Common.Logging.Log4Net logging log Common.Logging
Common.Logging library bindings for Log4Net 1.2.13 logging framework.
Common.Logging.NLog32 by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
  • 304 total downloads
  • Latest version: 3.4.1
  • NLog Common.Logging.NLog logging log Common.Logging
Common.Logging library bindings for NLog 3.2 logging framework.
Common.Logging.NLog40 by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
  • 299 total downloads
  • Latest version: 3.4.1
  • NLog Common.Logging.NLog logging log Common.Logging
Common.Logging library bindings for NLog 4.0 logging framework.
Common.Logging.NLog41 by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
  • 395 total downloads
  • Latest version: 3.4.1
  • NLog Common.Logging.NLog logging log Common.Logging
Common.Logging library bindings for NLog 4.1 logging framework.
ConfigR.Roslyn.CSharp by: Adam Ralph ConfigR contributors
  • 116 total downloads
  • Latest version: 1.0.0
  • configuration C# Roslyn
Write your .NET configuration files in C# and execute them using Roslyn.
ConfigureAwait.Fody by: Cameron MacFarland Simon Cropp
  • 317 total downloads
  • Latest version: 3.3.2
  • ILWeaving Fody Cecil AOP
Configure async code's ConfigureAwait at a global level.
Costura.Fody by: geertvanhorrik simoncropp
  • 2.605k total downloads
  • Latest version: 6.0.0
  • ILMerge ILWeaving Embed Resource Fody Cecil
Fody add-in for embedding references as resources.
CorrelationId by: Steve Gordon
  • 629 total downloads
  • Latest version: 3.0.1
  • aspnetcore correlationid
ASP.NET Core correlation ID middleware for distributed microservices.
CompareNETObjects by: gfinzer
  • 1.601k total downloads
  • Latest version: 4.83.0
  • compare comparison equality equal deep objects difference compareobjects deepequal deepequals
What you have been waiting for. Perform a deep compare of any two .NET objects using reflection. Shows the differences between the two objects.
Coding4Fun.Toolkit.Controls by: Coding4Fun Hermit Dave
  • 378 total downloads
  • Latest version: 2.1.8
  • coding4fun silverlight winrt win81 phone wp8 wp81 metro xaml wp timespan picker toast round button message prompt color metroflow chat bubble
The Coding4Fun Toolkit has multiple controls and useful items for XAML based applications.
CommunityToolkit.HighPerformance by: Microsoft
  • 779 total downloads
  • Latest version: 8.4.0
  • 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.
ConfigR by: Adam Ralph ConfigR contributors
  • 395 total downloads
  • Latest version: 1.0.0
  • configuration
Write your .NET configuration files in C# and other .NET languages. Fed up with XML soup? Frustrated that app settings can only be strings? Want to do more in your configuration file than just define app settings? Then ConfigR is for you!
CommonServiceLocator by: .NET Foundation and Contributors
  • 290 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.
CoreCompat.System.Drawing by: CoreCompat.System.Drawing
  • 41 total downloads
  • Latest version: 1.0.0-beta006
CoreCompat.System.Drawing