Antlr by: Terence Parr
  • 4 total downloads
  • Latest version: 3.4.1.9004
ANother Tool for Language Recognition, is a language tool that provides a framework for constructing recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a variety of target languages.
AsyncKeyedLock by: Mark Cilia Vincenti
  • 4 total downloads
  • Latest version: 6.3.4
  • async lock key keyed semaphore striped dictionary concurrentdictionary pooling duplicate synchronization
An asynchronous .NET Standard 2.0 library that allows you to lock based on a key (keyed semaphores), limiting concurrent threads sharing the same key to a specified number, with optional pooling for reducing memory allocations.
Audit.NET by: Federico Colombo
  • 12 total downloads
  • Latest version: 25.0.3
  • Audit Trail Log
An extensible framework to audit executing operations in .NET and .NET Core.
Audit.WebApi.Core by: Federico Colombo
  • 12 total downloads
  • Latest version: 25.0.3
  • Audit Trail Log WebApi
Generate detailed Audit Logs for AspNet Core Web API Controller calls.
Auth0.AspNetCore.Authentication by: Auth0
  • 120 total downloads
  • Latest version: 1.4.1
  • auth0 authentication openid connect oidc oauth2
Auth0 authentication middleware for ASP.NET Core.
Auth0.Core by: Auth0
  • 71 total downloads
  • Latest version: 7.26.1
  • auth0 authentication openid connect oidc oauth2
Auth0 .NET SDK
Auth0.ManagementApi by: Auth0
  • 89 total downloads
  • Latest version: 7.26.1
  • auth0 authentication openid connect oidc oauth2
Auth0 .NET SDK
Auth0.OidcClient.Core by: Auth0
  • 4 total downloads
  • Latest version: 4.0.0
  • Auth0 OIDC
Auth0 OIDC Client for native apps
AutoFixture by: Mark Seemann AutoFixture
  • 14 total downloads
  • Latest version: 4.18.1
AutoFixture makes it easier for developers to do Test-Driven Development by automating non-relevant Test Fixture Setup, allowing the Test Developer to focus on the essentials of each test case.
AutoMapper by: Jimmy Bogard
  • 146 total downloads
  • Latest version: 13.0.1
A convention-based object-object mapper.
AutoMapper.Extensions.Microsoft.DependencyInjection by: Jimmy Bogard
  • 16 total downloads
  • Latest version: 12.0.1
AutoMapper extensions for ASP.NET Core
Automatonymous by: Chris Patterson
  • 4 total downloads
  • Latest version: 5.1.3
  • MassTransit Automatonymous
Automatonymous, an open source state machine library, usable with MassTransit
Azure.Core by: Microsoft
  • 52 total downloads
  • Latest version: 1.36.0
  • Microsoft Azure Client Pipeline
This is the implementation of the Azure Client Pipeline
Azure.Core.Amqp by: Microsoft
  • 22 total downloads
  • Latest version: 1.3.0
  • Microsoft Azure AMQP
This library contains AMQP model types used by Azure libraries.
Azure.Identity by: Microsoft
  • 17 total downloads
  • Latest version: 1.10.4
  • Microsoft Azure Identity windowsazureofficial azureofficial
This is the implementation of the Azure SDK Client Library for Azure Identity
Azure.Messaging.ServiceBus by: Microsoft
  • 28 total downloads
  • Latest version: 7.17.1
  • Azure Service Bus ServiceBus .NET AMQP windowsazureofficial azureofficial
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.Storage.Blobs by: Microsoft
  • 38 total downloads
  • Latest version: 12.19.1
  • Microsoft Azure Storage Blobs Microsoft Azure Blobs Blob Storage StorageScalable windowsazureofficial azureofficial
This client library enables working with the Microsoft Azure Storage Blob service for storing binary and text data. For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Blobs/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md in addition to the breaking changes https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Blobs/BreakingChanges.txt Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/ Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/ REST API Reference for Blob Service - https://docs.microsoft.com/en-us/rest/api/storageservices/blob-service-rest-api
Azure.Storage.Common by: Microsoft
  • 36 total downloads
  • Latest version: 12.18.1
  • Microsoft Azure Storage Common Microsoft Azure StorageScalable azureofficial
This client library enables working with the Microsoft Azure Storage services which include the blob and file services for storing binary and text data, and the queue service for storing messages that may be accessed by a client. For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Common/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Common/CHANGELOG.md in addition to the breaking changes https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Common/BreakingChanges.txt Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/ Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/
BlazorComponentUtilities by: Ed Charbeneau
  • 99 total downloads
  • Latest version: 1.6.0
  • Blazor
A clean code approach to conditional CSS Classes in Blazor Components (Razor Components). When building complex components for ASP.NET Blazor there are often CSS classes generated by multiple factors. Styles can often be added by system & component state, public parameters, and static base CSS classes. Combining many CSS classes together doesn't scale well, and when components get large it can be tough to reason about. The CSS builder pattern fixes this problem by offering a easy to repeat, easy to read pattern to use across components in a project.
BlazorDownloadFile by: Anthony G. Rivera Cosme
  • 43 total downloads
  • Latest version: 2.4.0.2
Blazor download files to the browser from c#.