Castle.Core
by: Castle Project Contributors
- 31 total downloads
- Latest version: 4.4.1
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
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.
CKeditor.Mvc
by: Dima Stepanov
- 14 total downloads
- Latest version: 4.0.0-beta
Fully functional, open source editor for MVC.
CloudinaryDotNet
by: Cloudinary
- 3 total downloads
- Latest version: 1.29.0
Official client library for easily integrating with the Cloudinary service
Common.Logging
by: Aleksandar Seovic, Mark Pollack, Erich Eichinger, Stephen Bohlen
- 28 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
- 23 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
- 21 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.Toolkit
- 2 total downloads
- Latest version: 7.1.2
This package includes .NET Standard code only 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.HighPerformance
by: Microsoft.Toolkit
- 2 total downloads
- Latest version: 7.1.2
This package includes high performance .NET Standard 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.
ConfigureAwait.Fody
by: Cameron MacFarland, Simon Cropp
- 4 total downloads
- Latest version: 3.4.1
Configure async code's ConfigureAwait at a global level.
Confluent.Kafka
by: Confluent Inc., Andreas Heider
- 192 total downloads
- Latest version: 2.5.3
Confluent's .NET Client for Apache Kafka
CoreCompat.System.Drawing
by: CoreCompat.System.Drawing
- 2 total downloads
- Latest version: 1.0.0-beta006
CoreCompat.System.Drawing
coverlet.collector
by: tonerdo
- 3 total downloads
- Latest version: 3.2.0
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
CryptoHelper
by: Henk Mollema
- 29 total downloads
- Latest version: 2.2.0
Standalone password hasher for ASP.NET Core using a PBKDF2 implementation.
CryptoHelper.StrongName
by: Henk Mollema
- 5 total downloads
- Latest version: 2.0.3
Standalone password hasher for ASP.NET Core using a PBKDF2 implementation.
CurrieTechnologies.Razor.Clipboard
by: Michael J. Currie
- 27 total downloads
- Latest version: 1.6.0
A Razor class library for interacting with the browser Clipboard API.
Use in Blazor Server Apps or Blazor WebAssembly Apps.
Dapper
by: Sam Saffron, Marc Gravell
- 1 total downloads
- Latest version: 1.8.0
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..
dbup
by: Paul Stovell, Jim Burger, Jake Ginnivan, Damian Maclennan
- 69 total downloads
- Latest version: 5.0.41
This package exists to allow easy upgrades from pre-4.0 version This package was split into two packages dbup-core and dbup-sqlserver so that non SQL Server packages did not need to also
reference the SQL Server code. Uninstall this package and install dbup-sqlserver, or the package for the server(s) you are targeting instead!