CommunityToolkit.HighPerformance
by: Microsoft.Toolkit
- 115 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.
dotenv.net
by: Winner-Timothy Bolorunduro
- 1.534k total downloads
- Latest version: 3.2.1
A library to read variables from a .env file and populate the environment variables.
CommonServiceLocator
by: .NET Foundation and Contributors
- 881 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.
CryptoHelper
by: Henk Mollema
- 896 total downloads
- Latest version: 2.2.0
Standalone password hasher for ASP.NET Core using a PBKDF2 implementation.
Cronos
by: Andrey Dorokhov Sergey Odinokov
- 311 total downloads
- Latest version: 0.13.0
A fully-featured .NET library for parsing cron expressions and calculating next occurrences that was designed with time zones in mind and correctly handles daylight saving time transitions.
CryptoHelper.StrongName
by: Henk Mollema
- 259 total downloads
- Latest version: 2.0.3
Standalone password hasher for ASP.NET Core using a PBKDF2 implementation.
Common.Logging.Core
by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
- 909 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.
CSharpFunctionalExtensions
by: Vladimir Khorikov
- 1.698k total downloads
- Latest version: 1.13.1
CSharpFunctionalExtensions - functional extensions for C#.
Common.Logging
by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
- 1.068k 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.
CsvHelper
by: Josh Close
- 4.792k total downloads
- Latest version: 3.0.0-chi06
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.
DocumentFormat.OpenXml
by: Microsoft
- 4.784k 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.
Dapper
by: Sam Saffron Marc Gravell Nick Craver
- 7.821k total downloads
- Latest version: 1.60.6
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
coverlet.collector
by: tonerdo
- 311 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.
CoreCompat.System.Drawing
by: CoreCompat.System.Drawing
- 155 total downloads
- Latest version: 1.0.0-beta006
CoreCompat.System.Drawing
Confluent.SchemaRegistry
by: Confluent Inc.
- 3.556k total downloads
- Latest version: 2.4.0
A .NET Client for Confluent Schema Registry
DeviceId
by: Matthew King
- 1.079k total downloads
- Latest version: 3.0.0
Provides functionality to generate a 'device ID' that can be used to uniquely identify a computer.
Confluent.Kafka
by: Confluent Inc. Andreas Heider
- 9.743k total downloads
- Latest version: 2.5.3
Confluent's .NET Client for Apache Kafka
DotLiquid
by: Tim Jones Alessandro Petrelli
- 14.218k total downloads
- Latest version: 2.3.197
DotLiquid is a templating system ported to the .NET framework from Ruby’s Liquid Markup.
DinkToPdf
by: Rok Dvojmoc
- 511 total downloads
- Latest version: 1.0.8
.NET Core P/Invoke wrapper for wkhtmltopdf library that uses Webkit engine to convert HTML pages to PDF.
Database
by: Gil Sani
- 8 total downloads
- Latest version: 2.5.0
Create JSON based database on any device.