CommunityToolkit.HighPerformance
by: Microsoft.Toolkit
- 79 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.
DnsClient
by: MichaCo
- 171 total downloads
- Latest version: 1.7.0
DnsClient.NET is a simple yet very powerful and high performance open source library for the .NET Framework to do DNS lookups
dbup
by: Paul Stovell, Jim Burger, Jake Ginnivan, Damian Maclennan
- 113 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!
CommonServiceLocator
by: .NET Foundation and Contributors
- 112 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.
Docker.DotNet.X509
by: Docker.DotNet.X509
- 10 total downloads
- Latest version: 2.124.3
Docker.DotNet.X509 is a library that allows you to use certificate authentication with a remote Docker engine programmatically in your .NET applications.
DartSassBuilder
by: Johan van Rensburg, Dean Wiseman
- 355 total downloads
- Latest version: 1.1.0
Compile Sass files to css on project build.
Crc32.NET
by: force
- 36 total downloads
- Latest version: 1.2.0
Fast version of Crc32 & Crc32C algorithms for .NET and .NET Core. It is up to 3x-5x times better than other "fast" implemenations. Code based on Crc32C.NET library.
deniszykov.WebSocketListener
by: Valeriano Tortola, Denis Zykov
- 13 total downloads
- Latest version: 4.2.19
A lightweight and highly scalable asynchronous WebSocket listener for .NET Core, .NET and Mono.
https://github.com/deniszykov/WebSocketListener
Common.Logging.Core
by: Aleksandar Seovic, Mark Pollack, Erich Eichinger, Stephen Bohlen
- 128 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.
dbup-core
by: Paul Stovell, Jim Burger, Jake Ginnivan, Damian Maclennan
- 164 total downloads
- Latest version: 5.0.87
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)
CSharpFunctionalExtensions
by: Vladimir Khorikov
- 127 total downloads
- Latest version: 1.13.1
CSharpFunctionalExtensions - functional extensions for C#.
dbup-postgresql
by: https://github.com/orgs/DbUp/people
- 123 total downloads
- Latest version: 5.0.40
DbUp makes it easy to deploy and upgrade SQL Server databases. This package adds PostgreSQL support.
DocumentFormat.OpenXml
by: Microsoft
- 903 total downloads
- Latest version: 2.20.0
The Open XML SDK provides tools for working with Office Word, Excel, and PowerPoint documents. It supports scenarios such as:
- High-performance generation of word-processing documents, spreadsheets, and presentations.
- Populating content in Word files from an XML data source.
- Splitting up (shredding) a Word or PowerPoint file into multiple files, and combining multiple Word/PowerPoint files into a single file.
- Extraction of data from Excel documents.
- Searching and replacing content in Word/PowerPoint using regular expressions.
- Updating cached data and embedded spreadsheets for charts in Word/PowerPoint.
- Document modification, such as removing tracked revisions or removing unacceptable content from documents.
Docker.DotNet
by: Docker.DotNet
- 17 total downloads
- Latest version: 2.124.3
Docker.DotNet is a library that allows you to interact with the Docker Remote API programmatically with fully asynchronous, non-blocking and object-oriented code in your .NET applications.
Dapper
by: Sam Saffron, Marc Gravell, Nick Craver
- 494 total downloads
- Latest version: 1.60.6
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
CronExpressionDescriptor
by: Brady Holt
- 788 total downloads
- Latest version: 2.51.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, Kyrgyz and Japanese.
coverlet.collector
by: tonerdo
- 290 total downloads
- Latest version: 6.0.0
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
dbup-sqlserver
by: https://github.com/orgs/DbUp/people
- 146 total downloads
- Latest version: 5.0.41
DbUp makes it easy to deploy and upgrade Microsoft SQL Server databases. This package adds SqlServer support.
Confluent.Kafka
by: Confluent Inc., Andreas Heider
- 61 total downloads
- Latest version: 2.5.3
Confluent's .NET Client for Apache Kafka
Dapper.StrongName
by: Sam Saffron, Marc Gravell, Nick Craver
- 66 total downloads
- Latest version: 1.60.1
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..