AutoMapper.Extensions.Microsoft.DependencyInjection
by: Jimmy Bogard
- 5 total downloads
- Latest version: 6.1.1
AutoMapper extensions for ASP.NET Core
AvroSchemaGenerator
by: Ebere Abanonu (@mestical)
- 7 total downloads
- Latest version: 2.10.0
Generate Avro Schema with support for RECURSIVE SCHEMA
AWSSDK.Core
by: Amazon Web Services
- 598 total downloads
- Latest version: 4.0.3.29
The Amazon Web Services SDK for .NET - Core Runtime
AWSSDK.SimpleNotificationService
by: Amazon Web Services
- 511 total downloads
- Latest version: 4.0.2.4
Amazon Simple Notification Service (Amazon SNS) is a fast, flexible, fully managed push messaging service. Amazon SNS makes it simple and cost-effective to push notifications to Apple, Google, Fire OS, and Windows devices, as well as Android devices in China with Baidu Cloud Push. You can also use SNS to push notifications to internet connected smart devices, as well as other distributed services.
AWSSDK.SQS
by: Amazon Web Services
- 925 total downloads
- Latest version: 4.0.2.25
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
by: Microsoft
- 31 total downloads
- Latest version: 1.53.0
This is the implementation of the Azure Client Pipeline
Azure.Core.Amqp
by: Microsoft
- 2 total downloads
- Latest version: 1.3.1
This library contains AMQP model types used by Azure libraries.
Azure.Identity
by: Microsoft
- 21 total downloads
- Latest version: 1.21.0
Provides APIs for authenticating to Microsoft Entra ID
Azure.Messaging.ServiceBus
by: Microsoft
- 19 total downloads
- Latest version: 7.18.1
Azure Service Bus is a fully managed enterprise integration message broker. Service Bus can decouple applications and services. Service Bus offers a reliable and secure platform for asynchronous transfer of data and state. This client library allows for both sending and receiving messages using Azure Service Bus. For more information about Service Bus, see https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-messaging-overview
Azure.Monitor.OpenTelemetry.Exporter
by: Microsoft
- 2 total downloads
- Latest version: 1.6.0-beta.2
An OpenTelemetry .NET exporter that exports to Azure Monitor
BouncyCastle
by: Bouncy Castle Project Contributors
- 11 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.
BouncyCastle.Cryptography
by: Legion of the Bouncy Castle Inc.
- 32 total downloads
- Latest version: 2.5.1
BouncyCastle.NET is a popular cryptography library for .NET
BouncyCastle.NetCore
by: BouncyCastle
- 20 total downloads
- Latest version: 2.2.1
a BouncyCastle redist package include .Net Framework and .Net Core/ Standard support
BuildBundlerMinifier
by: Mads Kristensen
- 2 total downloads
- Latest version: 3.2.435
Bundles and minifies CSS, JS and HTML files
CacheManager.Core
by: Michael Conrad
- 1 total downloads
- Latest version: 3.0.0
CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features. The Core library contains all base interfaces and tools. You should install at least one other CacheManager package to get cache handle implementations.
CacheManager.Microsoft.Extensions.Logging
by: MichaConrad
- 1 total downloads
- Latest version: 1.2.0
CacheManager extension package to work with Microsoft.Extensions.Logging as logging provider. CacheManager is an open source caching abstraction layer for .NET written in C#. The ASP.NET Core logging provides a bridge to the Microsoft.Extensions.Logging framework.
Castle.Core
by: Castle Project Contributors
- 43 total downloads
- Latest version: 5.2.1
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
CliWrap
by: Tyrrrz
- 65 total downloads
- Latest version: 3.10.1
Library for interacting with command-line interfaces
Common.Logging
by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
- 1 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.
CommunityToolkit.HighPerformance
by: Microsoft
- 10 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.