Castle.Windsor by: Castle Project Contributors
  • 5,219k total downloads
  • Latest version: 5.1.1
  • castle, windsor, inversionOfControl, DependencyInjection
Castle Windsor is best of breed, mature Inversion of Control container available for .NET.
Castle.Core by: Castle Project Contributors
  • 6,275k total downloads
  • Latest version: 5.2.1
  • castle dynamicproxy dynamic proxy dynamicproxy2 dictionaryadapter emailsender
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
CsvHelper by: Josh Close
  • 4,815k 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.
ClosedXML by: Jan Havlíček, Francois Botha, Aleksei Pankratev, Manuel de Leon, Amir Ghezelbash
  • 647 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.
CompareNETObjects by: gfinzer
  • 1 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.
coverlet.collector by: tonerdo
  • 1,068k total downloads
  • Latest version: 6.0.4
  • coverage testing unit-test lcov opencover quality
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
Cassette by: Andrew Davey
  • 3 total downloads
  • Latest version: 2.4.2
  • web javascript coffeescript css html templates asp.net
Important: This is just the core library for Cassette. You probably want to install the Cassette.Aspnet package for ASP.NET support.
Cassette.Views by: Andrew Davey
  • 3 total downloads
  • Latest version: 2.4.2
  • web javascript coffeescript css html templates asp.net
View helpers for Cassette.
Cassette.Aspnet by: Andrew Davey
  • 3 total downloads
  • Latest version: 2.4.2
  • web javascript coffeescript css html templates asp.net
ASP.NET support for Cassette. Cassette automatically builds JavaScript, CSS and HTML template modules based on the dependencies between files. CoffeeScript and LESS are also supported.
BuildWebCompiler by: Mads Kristensen
  • 2 total downloads
  • Latest version: 1.12.405
  • LESS Sass Scss JSX EcmaScript6 CoffeeScript
Compiles LESS, Sass, JSX and CoffeeScript files
coverlet.msbuild by: tonerdo
  • 659 total downloads
  • Latest version: 6.0.4
  • coverage testing unit-test lcov opencover quality
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
ClosedXML.Parser by: Jan Havlíček
  • 201 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.
CommunityToolkit.Mvvm by: Microsoft
  • 10 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.
Cloudmersive.APIClient.NETCore.VirusScan by: Cloudmersive
  • 511 total downloads
  • Latest version: 2.0.4
Virus Scan API lets you scan files and content for viruses and identify security issues with content.
CookieInformation.Episerver by: Cookie Information
  • 2 total downloads
  • Latest version: 1.0.18
  • EPiServerPublicModulePackage Cookies GDPR Privacy CookieInformation
An integration to Cookie Informations Consent solution. Helps you collect visitors Cookie Consents and comply with GDPR and ePrivacy
CommonServiceLocator by: .NET Foundation and Contributors
  • 1 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.
Costura.Fody by: geertvanhorrik, simoncropp
  • 1 total downloads
  • Latest version: 6.0.0
  • ILMerge, ILWeaving, Embed, Resource, Fody, Cecil
Fody add-in for embedding references as resources.
Cube.Core by: clown, cube-soft
  • 1 total downloads
  • Latest version: 9.0.0
  • Cube
Basic components to practice the MVVM pattern in application development.
Cube.Native.Pdfium.Lite by: clown, cube-soft, PDFium Authors
  • 1 total downloads
  • Latest version: 137.0.7151
  • Cube Native PDFium
PDFium library without V8 and XFA modules.
CommunityToolkit.HighPerformance by: Microsoft
  • 53 total downloads
  • Latest version: 8.2.2
  • 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.