AngleSharp by: AngleSharp
  • 6 total downloads
  • Latest version: 1.5.0-beta.529
  • html html5 css css3 xml dom dom4 parser engine hypertext markup language query selector attributes linq angle bracket web internet text headless browser
AngleSharp is the ultimate angle brackets parser library. It parses HTML5, CSS3, and XML to construct a DOM based on the official W3C specification.
Apache.Arrow by: The Apache Software Foundation
  • 14 total downloads
  • Latest version: 22.0.1
  • apache arrow
Apache Arrow is a cross-language development platform for in-memory data. It specifies a standardized language-independent columnar memory format for flat and hierarchical data, organized for efficient analytic operations on modern hardware.
AutoMapper by: Jimmy Bogard
  • 15 total downloads
  • Latest version: 10.1.1
A convention-based object-object mapper.
AWSSDK.Core by: Amazon Web Services
  • 28 total downloads
  • Latest version: 4.0.100.6
  • AWS Amazon cloud aws-sdk-v4
The Amazon Web Services SDK for .NET - Core Runtime
AWSSDK.SimpleEmail by: Amazon Web Services
  • 1 total downloads
  • Latest version: 4.0.3
  • AWS Amazon cloud SimpleEmailService aws-sdk-v4 SES
Amazon SES is an outbound-only email-sending service that provides an easy, cost-effective way for you to send email.
Azure.Core by: Microsoft
  • 3 total downloads
  • Latest version: 1.59.0
  • Microsoft Azure Client Pipeline
This is the implementation of the Azure Client Pipeline
Azure.Core.Experimental by: Microsoft
  • 8 total downloads
  • Latest version: 0.1.0-preview.37
  • Microsoft Azure Client Pipeline
Experimental types that might eventually move to Azure.Core
Azure.Data.Tables by: Microsoft
  • 1 total downloads
  • Latest version: 12.11.0
  • Microsoft Azure Tables Microsoft Azure Tables Table windowsazureofficial azureofficial
This client library enables working with the Microsoft Azure Table service
Azure.Identity by: Microsoft
  • 7 total downloads
  • Latest version: 1.14.0-beta.4
  • Microsoft Azure Identity windowsazureofficial azureofficial
Provides APIs for authenticating to Microsoft Entra ID
Azure.Storage.Blobs by: Microsoft
  • 1 total downloads
  • Latest version: 12.4.0
  • Microsoft Azure Storage Blobs Microsoft Azure Blobs Blob Storage StorageScalable windowsazureofficial azureofficial
This client library enables working with the Microsoft Azure Storage Blob service for storing binary and text data. For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Blobs/README.md and https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md in addition to the breaking changes https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Blobs/BreakingChanges.txt Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/ Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/ REST API Reference for Blob Service - https://docs.microsoft.com/en-us/rest/api/storageservices/blob-service-rest-api
Azure.Storage.Common by: Microsoft
  • 2 total downloads
  • Latest version: 12.24.0-beta.1
  • Microsoft Azure Storage Common, Microsoft, Azure, StorageScalable, azureofficial
This client library enables working with the Microsoft Azure Storage services which include the blob and file services for storing binary and text data, and the queue service for storing messages that may be accessed by a client. For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Common/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Common/CHANGELOG.md in addition to the breaking changes https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Common/BreakingChanges.txt Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/ Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/
BenchmarkDotNet by: .NET Foundation and contributors
  • 25 total downloads
  • Latest version: 0.16.0-preview.1
  • benchmark benchmarking performance
Powerful .NET library for benchmarking
BenchmarkDotNet.Annotations by: .NET Foundation and contributors
  • 1 total downloads
  • Latest version: 0.13.8
  • benchmark benchmarking performance
Powerful .NET library for benchmarking
BenchmarkDotNet.Core by: .NET Foundation and contributors
  • 14 total downloads
  • Latest version: 0.10.14
  • benchmark benchmarking performance
Powerful .NET library for benchmarking
BouncyCastle by: Bouncy Castle Project Contributors
  • 1 total downloads
  • Latest version: 1.8.6.1
  • bouncycastle cryptography encryption security
The Bouncy Castle Crypto package is a C# implementation of cryptographic algorithms and protocols, it was developed by the Legion of the Bouncy Castle, a registered Australian Charity, with a little help! The Legion, and the latest goings on with this package, can be found at [http://www.bouncycastle.org](http://www.bouncycastle.org). In addition to providing basic cryptography algorithms, the package also provides support for CMS, TSP, X.509 certificate generation and a variety of other standards such as OpenPGP.
CommunityToolkit.HighPerformance by: Microsoft
  • 4 total downloads
  • Latest version: 8.4.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.
ConsoleAppFramework by: Cysharp
  • 1 total downloads
  • Latest version: 4.2.1
  • batch,console,cli,consoleappframework
Micro-framework for console applications.
CsvHelper by: Josh Close
  • 1 total downloads
  • Latest version: 10.0.0-beta01
  • 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.
deniszykov.WebSocketListener by: Valeriano Tortola, Denis Zykov
  • 11 total downloads
  • Latest version: 4.2.19
  • websockets HTML5 realtime streaming sockets server client async asynchronous
A lightweight and highly scalable asynchronous WebSocket listener for .NET Core, .NET and Mono. https://github.com/deniszykov/WebSocketListener
Docker.DotNet.Enhanced.Handler.Abstractions by: Docker.DotNet.Handler.Abstractions
  • 1 total downloads
  • Latest version: 4.3.3
  • Docker Container C# .NET
An abstraction layer for Docker.DotNet that defines the classes and interfaces for implementing Docker Engine handlers.