Acornima
by: Adam Simon
- 9 total downloads
- Latest version: 1.7.0
A standard-compliant JavaScript parser, which is a fork of Esprima.NET combined with the .NET port of the acornjs parser.
Ardalis.Result
by: Steve Smith (@ardalis) Shady Nagy (@ShadyNagy)
- 12 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)
- 6 total downloads
- Latest version: 8.1.0
Classes to help produce strongly typed smarter enums in .NET.
AsterNET.NetStandard
by: MRebati
- 1 total downloads
- Latest version: 2.2.1
asterNet library to support net Standard 2.0
AutoMapper
by: Jimmy Bogard
- 9 total downloads
- Latest version: 16.1.0
A convention-based object-object mapper.
BouncyCastle
by: Bouncy Castle Project Contributors
- 2 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
- 1 total downloads
- Latest version: 0.104.1
See release notes https://github.com/ClosedXML/ClosedXML/releases/tag/0.104.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
- 4 total downloads
- Latest version: 1.2.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.
CommunityToolkit.HighPerformance
by: Microsoft
- 7 total downloads
- Latest version: 8.3.0
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.
Dapper
by: Sam Saffron Marc Gravell Nick Craver
- 3 total downloads
- Latest version: 2.1.35
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
DistributedLock.Core
by: Michael Adelson
- 6 total downloads
- Latest version: 1.0.6
Core interfaces and utilities that support the DistributedLock.* family of packages
DistributedLock.Redis
by: Michael Adelson
- 4 total downloads
- Latest version: 1.1.0
Provides distributed locking primitives based on Redis
DocumentFormat.OpenXml
by: Microsoft
- 9 total downloads
- Latest version: 3.0.1
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.
DocumentFormat.OpenXml.Framework
by: Microsoft
- 4 total downloads
- Latest version: 3.3.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.
Duende.IdentityModel
by: Duende Software
- 1 total downloads
- Latest version: 8.0.0
OpenID Connect & OAuth 2.0 client library
EntityFramework
by: Microsoft
- 17 total downloads
- Latest version: 6.6.0-preview1-final
Entity Framework 6 (EF6) is a tried and tested object-relational mapper for .NET with many years of feature development and stabilization.
Esprima
by: Sebastien Ros
- 7 total downloads
- Latest version: 3.0.5
Standard-compliant ECMAScript 2022 parser (also known as JavaScript).
ExcelNumberFormat
by: ExcelNumberFormat developers
- 1 total downloads
- Latest version: 1.1.0
.NET library to parse ECMA-376 number format strings and format values like Excel and other spreadsheet softwares.
FirebaseAdmin
by: Google Inc.
- 9 total downloads
- Latest version: 3.3.0
Firebase Admin SDK enables server-side .NET developers to integrate Firebase into their
services and applications.
FluentValidation
by: Jeremy Skinner
- 5 total downloads
- Latest version: 11.10.0
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.