Acornima
by: Adam Simon
- 30 total downloads
- Latest version: 1.8.0
A standard-compliant JavaScript parser, which is a fork of Esprima.NET combined with the .NET port of the acornjs parser.
Ardalis.GuardClauses
by: Steve Smith (@ardalis)
- 39 total downloads
- Latest version: 5.0.0
A simple package by @ardalis and @nimblepros with guard clause helper methods. See docs for how to extend using your own extension methods defined in your project.
Ardalis.Result
by: Steve Smith (@ardalis) Shady Nagy (@ShadyNagy)
- 41 total downloads
- Latest version: 10.1.0
A simple package to implement the Result pattern for returning from services.
Ardalis.SmartEnum
by: Steve Smith (@ardalis)
- 22 total downloads
- Latest version: 8.2.0
Classes to help produce strongly typed smarter enums in .NET.
AsterNET.NetStandard
by: MRebati
- 12 total downloads
- Latest version: 2.2.1
asterNet library to support net Standard 2.0
AsyncBridge
by: Daniel Grunwald Omer Mor Alex Davies jnm2
- 5 total downloads
- Latest version: 0.3.1
C# 5 async/await support for .NET Framework pre-4.5
This package is now unified to include all functionality from AsyncBridge.Net35 and AsyncBridge.Portable.
AutoMapper
by: Jimmy Bogard
- 60 total downloads
- Latest version: 16.2.0
A convention-based object-object mapper.
AWSSDK.Core
by: Amazon Web Services
- 11 total downloads
- Latest version: 4.0.100
The Amazon Web Services SDK for .NET - Core Runtime
AWSSDK.S3
by: Amazon Web Services
- 2 total downloads
- Latest version: 3.7.3.1
Amazon Simple Storage Service (Amazon S3), provides developers and IT teams with secure, durable, highly-scalable object storage.
AWSSDK.SQS
by: Amazon Web Services
- 5 total downloads
- Latest version: 4.0.100.14
Amazon Simple Queue Service (SQS) is a fast, reliable, scalable, fully managed message queuing service. SQS makes it simple and cost-effective to decouple the components of a cloud application.
Azure.Core.Experimental
by: Microsoft
- 17 total downloads
- Latest version: 0.1.0-preview.37
Experimental types that might eventually move to Azure.Core
Azure.Data.Tables
by: Microsoft
- 1 total downloads
- Latest version: 12.13.0
This client library enables working with the Microsoft Azure Table service
Azure.Identity
by: Microsoft
- 59 total downloads
- Latest version: 1.20.0
Provides APIs for authenticating to Microsoft Entra ID
BouncyCastle
by: Bouncy Castle Project Contributors
- 10 total downloads
- Latest version: 1.8.9
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.
ClosedXML
by: Jan Havlíček Francois Botha Aleksei Pankratev Manuel de Leon Amir Ghezelbash
- 58 total downloads
- Latest version: 0.105.1
See release notes https://github.com/ClosedXML/ClosedXML/releases/tag/0.105.1 ClosedXML is a .NET library for reading, manipulating and writing Excel 2007+ (.xlsx, .xlsm) files. It aims to provide an intuitive and user-friendly interface to dealing with the underlying OpenXML API.
ClosedXML.Parser
by: Jan Havlíček
- 11 total downloads
- Latest version: 2.0.0
A lexer and parser of Excel formulas with focus on performance. Its goal is to create
an abstract syntax tree from a formula text to enable formula evaluation.
CommonServiceLocator
by: .NET Foundation and Contributors
- 9 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.HighPerformance
by: Microsoft
- 36 total downloads
- Latest version: 8.4.2
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.
Crc32.NET
by: force
- 4 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.
Dapper
by: Sam Saffron Marc Gravell Nick Craver
- 82 total downloads
- Latest version: 2.1.89
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc. Major Sponsor: Dapper Plus from ZZZ Projects.