Colorful.Console
by: Tom Akita Muhammad Rehan Saeed Matt Furden
- 726 total downloads
- Latest version: 1.1.2
Style your C# console output!
Castle.Core
by: Castle Project Contributors
- 1.987k total downloads
- Latest version: 4.4.1
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
CommunityToolkit.HighPerformance
by: Microsoft.Toolkit
- 69 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.
AspNet.Security.OpenIdConnect.Server
by: Kévin Chalet
- 1.396k total downloads
- Latest version: 1.1.0
OpenID Connect server middleware for ASP.NET Core.
Apache.Avro
by: Welly
- 148 total downloads
- Latest version: 1.7.7.2
Avro provides:
Rich data structures.
A compact, fast, binary data format.
A container file, to store persistent data.
Remote procedure call (RPC).
Simple integration with dynamic languages. Code generation is not required to read or write data files nor to use or implement RPC protocols. Code generation as an optional optimization, only worth implementing for statically typed languages.
CommonServiceLocator
by: .NET Foundation and Contributors
- 844 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.
Automatonymous
by: Chris Patterson
- 141 total downloads
- Latest version: 3.5.12
Automatonymous, an open source state machine library, usable with MassTransit
AspNet.Security.OpenIdConnect.Extensions
by: Kévin Chalet
- 1.414k total downloads
- Latest version: 1.1.0
OpenID Connect extensions for the OpenID Connect server middleware.
AsyncUsageAnalyzers
by: Sam Harwell et. al.
- 504 total downloads
- Latest version: 1.0.0-alpha003
A collection of analyzers related to best practices for writing asynchronous code.
AutoMapper.Extensions.Microsoft.DependencyInjection
by: Jimmy Bogard
- 1.001k total downloads
- Latest version: 2.0.1
AutoMapper extensions for ASP.NET Core
AutoMapper
by: Jimmy Bogard
- 4.207k total downloads
- Latest version: 7.0.1
A convention-based object-object mapper.
Common.Logging.Core
by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
- 860 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.
Autofac
by: Autofac Contributors
- 4.521k total downloads
- Latest version: 4.9.4
Autofac is an IoC container for Microsoft .NET. It manages the dependencies between classes so that applications stay easy to change as they grow in size and complexity.
Common.Logging
by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
- 1.003k 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.
Asp.Versioning.Abstractions
by: .NET Foundation and Contributors
- 1.086k total downloads
- Latest version: 10.0.0
The abstractions library for API versioning.
AspNet.Security.OAuth.Validation
by: Kévin Chalet
- 830 total downloads
- Latest version: 1.1.0
OAuth2 validation middleware for ASP.NET Core.
AspNet.Security.OpenIdConnect.Primitives
by: Kévin Chalet
- 1.01k total downloads
- Latest version: 1.1.0
OpenID Connect primitives for the OpenID Connect server middleware.
Bogus
by: Brian Chavez
- 1.197k total downloads
- Latest version: 35.6.5
A simple and sane data generator for populating objects that supports different locales. A delightful port of the famed faker.js and inspired by FluentValidation. Use Bogus to create UIs with fake data or seed databases. Get started by using Faker class or a DataSet directly.
Baseline
by: Jeremy D. Miller Brandon Behrens Andrew Kharlamov
- 483 total downloads
- Latest version: 1.5.0
Grab bag of generic utilities and extension methods for .Net development
BouncyCastle
by: Bouncy Castle Project Contributors
- 177 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.