CommunityToolkit.Common by: Microsoft
  • 1 total downloads
  • Latest version: 8.2.1
  • 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.HighPerformance by: Microsoft
  • 1 total downloads
  • Latest version: 8.2.0-preview1
  • 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.
Confluent.Kafka by: Confluent Inc., Andreas Heider
  • 253 total downloads
  • Latest version: 2.12.0
  • Kafka Confluent librdkafka
Confluent's .NET Client for Apache Kafka
Confluent.SchemaRegistry by: Confluent Inc.
  • 4 total downloads
  • Latest version: 2.13.2-RC1
  • Kafka Confluent Schema Registry
A .NET Client for Confluent Schema Registry
Confluent.SchemaRegistry.Serdes.Avro by: Confluent Inc.
  • 137 total downloads
  • Latest version: 2.12.0
  • Kafka Confluent Schema Registry Avro
Provides an Avro Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration
Constructs by: Amazon Web Services
  • 4 total downloads
  • Latest version: 4.0.0
  • aws cdk constructs jsii
A programming model for composable configuration (Stability: Stable)
ConvertApi by: ConvertApi
  • 136 total downloads
  • Latest version: 3.1.4
  • pdf convert file files word excel powerpoint text compress c# pdf-library image images web msoffice office openoffice iworks convertapi docx xlsx pptx png jpg html document documents email
The ConvertAPI NuGet package simplifies integration with the ConvertAPI service, enabling seamless file format conversions (PDF, DOCX, images, etc.) in .NET applications with minimal code.
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
  • 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.
CryptoHelper by: Henk Mollema
  • 50 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
  • 8 total downloads
  • Latest version: 3.0.2
  • hashing crypto core PBKDF2 Rfc2898DeriveBytes
DEPRECATED - The 'CryptoHelper' is now strong named by default.
CrystalDecisions.Shared by: zqb971
  • 3 total downloads
  • Latest version: 1.0.0
CrystalDecisions.Shared
CurrieTechnologies.Razor.Clipboard by: Michael J. Currie
  • 27 total downloads
  • Latest version: 1.6.0
  • Blazor Clipboard JSInterop Razor
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, Nick Craver
  • 7 total downloads
  • Latest version: 2.1.79
  • orm sql micro-orm
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc. Major Sponsor: Dapper Plus from ZZZ Projects.
DapperBulkQueries.Common by: Stijn Raeymaekers
  • 55 total downloads
  • Latest version: 1.9001.512
This is a dependency for DapperBulkQueries.SqlServer and DapperBulkQueries.Npgsql
DapperBulkQueries.Npgsql by: Stijn Raeymaekers
  • 73 total downloads
  • Latest version: 1.9001.512
  • dapper, postgres, pgsql, orm, bulk, insert, update
Unofficial implementation for executing bulk INSERT, UPDATE and DELETE queries with Dapper for PostgreSQL.
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!
dbup-core by: Paul Stovell, Jim Burger, Jake Ginnivan, Damian Maclennan
  • 91 total downloads
  • Latest version: 6.0.15
DbUp makes it easy to deploy and upgrade SQL Server databases by running change scripts. This is the core library and should be used in conjunction with the database specific package (eg dbup-sqlserver, dbup-mysql)
dbup-mysql by: https://github.com/orgs/DbUp/people
  • 196 total downloads
  • Latest version: 6.1.0
DbUp makes it easy to deploy and upgrade SQL Server databases. This package adds MySql support.
dbup-sqlserver by: https://github.com/orgs/DbUp/people
  • 69 total downloads
  • Latest version: 6.0.16
DbUp makes it easy to deploy and upgrade Microsoft SQL Server databases. This package adds SqlServer support.