CSharp - Nuget

Azure.Messaging.ServiceBus

Azure Service Bus allows you to build applications that take advantage of asynchronous messaging patterns using a highly-reliable service to broker messages between producers and consumers. Azure Service Bus provides flexible, brokered messaging between client and server, along with structured first-in, first-out (FIFO) messaging, and publish/subscribe capabilities with complex routing. If you would like to know more about Azure Service Bus, you may wish to review: What is Azure Service Bus?


Use the client library for Azure Service Bus to:


  • Transfer business data: leverage messaging for durable exchange of information, such as sales or purchase orders, journals, or inventory movements.
  • Decouple applications: improve reliability and scalability of applications and services, relieving senders and receivers of the need to be online at the same time.
  • Control how messages are processed: support traditional competing consumers for messages using queues or allow each consumer their own instance of a message using topics and subscriptions.
  • Implement complex workflows: message sessions support scenarios that require message ordering or message deferral.

Azure.Security.KeyVault.Secrets

Azure Key Vault secret client library for .NET

Azure Key Vault is a cloud service that provides a secure storage of secrets, such as passwords and database connection strings.


The Azure Key Vault secrets client library allows you to securely store and control the access to tokens, passwords, API keys, and other secrets. This library offers operations to create, retrieve, update, delete, purge, backup, restore, and list the secrets and its versions.


Source code | Package (NuGet) | API reference documentation | Product documentation | Samples | Migration guide

Azure.Storage.Files.DataLake

Azure Data Lake includes all the capabilities required to make it easy for developers, data scientists, and analysts to store data of any size, shape, and speed, and do all types of processing and analytics across platforms and languages. It removes the complexities of ingesting and storing all of your data while making it faster to get up and running with batch, streaming, and interactive analytics.

Backi.Continuous

Package Description

BCrypt.Net

Port of jBCrypt library to C#

Ben.Demystifier

Output the modern C# 7.0+ features in stack traces that looks like the C# source code that generated them rather than IL formatted.

BenchmarkDotNet

Powerful .NET library for benchmarking.

Blazorise

Blazorise is a component library built on top of Blazor and CSS frameworks like Bootstrap, Bulma and Material.

BloomFilter.NetCore

A bloom filter implementation

Blurhash.Core

BlurHash is a compact representation of a placeholder for an image.

Bogus

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.

BouncyCastle.Cryptography

The Bouncy Castle Cryptography Library For .NET