Microsoft.Azure.WebJobs.Extensions.Http by: Microsoft
  • 5 total downloads
  • Latest version: 3.0.2
  • Microsoft Azure WebJobs AzureFunctions
This package adds binding extensions for Http.
Microsoft.Azure.WebJobs.Core by: Microsoft
  • 3 total downloads
  • Latest version: 3.0.23
  • Microsoft Azure WebJobs AzureFunctions
This library simplifies the task of adding background processing to your Microsoft Azure Web Sites. The SDK uses Microsoft Azure Storage, triggering a function in your program when items are added to Queues and Blobs. A dashboard provides rich monitoring and diagnostics for the programs that you write by using the SDK. For more information, please visit http://go.microsoft.com/fwlink/?LinkID=320971
Microsoft.Bcl.HashCode by: Microsoft
  • 694 total downloads
  • Latest version: 1.1.0
Provides the HashCode type for .NET Standard 2.0. This package is not required starting with .NET Standard 2.1 and .NET Core 3.0. Commonly Used Types: System.HashCode When using NuGet 3.x this package requires at least version 3.4.
Microsoft.AspNetCore.SpaServices.Extensions by: Microsoft
  • 108 total downloads
  • Latest version: 6.0.0
Helpers for building single-page applications on ASP.NET MVC Core. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/ae1a6cbe225b99c0bf38b7e31bf60cb653b73a52
Microsoft.Azure.EventHubs by: Microsoft
  • 6 total downloads
  • Latest version: 4.3.1
  • Azure Event Hubs EventHubs .NET AMQP IoT
This is the legacy Azure Event Hubs .NET Standard client library. To view releases for the current generation of the Azure client libraries for .NET, please see: https://aka.ms/azsdk/releases. For more information about Event Hubs, see https://azure.microsoft.com/en-us/services/event-hubs/
Microsoft.Azure.Functions.Worker by: Microsoft
  • 5 total downloads
  • Latest version: 1.1.0
This library enables you to create an Azure Functions .NET Worker, adding support for the isolated, out-of-process execution model.
Microsoft.Bcl.AsyncInterfaces by: Microsoft
  • 15.667k total downloads
  • Latest version: 7.0.0
Provides the IAsyncEnumerable<T> and IAsyncDisposable interfaces and helper types for .NET Standard 2.0. This package is not required starting with .NET Standard 2.1 and .NET Core 3.0. Commonly Used Types: System.IAsyncDisposable System.Collections.Generic.IAsyncEnumerable System.Collections.Generic.IAsyncEnumerator
Microsoft.Bcl.Build by: Microsoft
  • 554 total downloads
  • Latest version: 1.0.14
  • BCL Microsoft System
This package provides build infrastructure components so that projects referencing specific Microsoft packages can successfully build. Do not directly reference this packages unless you receive a build warning that instructs you to add a reference.
Microsoft.AspNetCore.StaticFiles by: Microsoft
  • 9.325k total downloads
  • Latest version: 2.2.0
  • aspnetcore staticfiles
ASP.NET Core static files middleware. Includes middleware for serving static files, directory browsing, and default files. This package was built from the source code at https://github.com/aspnet/StaticFiles/tree/a5fcd9dd8724eb71f0642340f68aeb85b0473374
Microsoft.Azure.ServiceBus by: Microsoft
  • 4 total downloads
  • Latest version: 5.0.0
  • Microsoft Azure Service Bus ServiceBus .NET AMQP IoT Queue Topic
This is the next generation Azure Service Bus .NET Standard client library that focuses on queues & topics. For more information about Service Bus, see https://azure.microsoft.com/en-us/services/service-bus/
Microsoft.Azure.Functions.Worker.Sdk by: Microsoft
  • 4 total downloads
  • Latest version: 1.0.3
This package provides development time support for the Azure Functions .NET Worker.
Microsoft.Azure.Functions.Worker.Grpc by: Microsoft
  • 5 total downloads
  • Latest version: 1.0.0
This library provides gRPC support for Azure Functions .NET Worker communication with the Azure Functions Host.
Microsoft.AspNetCore.WebSockets by: Microsoft
  • 105 total downloads
  • Latest version: 2.2.0
  • aspnetcore
ASP.NET Core web socket middleware for use on top of opaque servers. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/ce8cf65589734f82b0536c543aba5bd60d0a5a98
Microsoft.Azure.Services.AppAuthentication by: Microsoft
  • 89 total downloads
  • Latest version: 1.0.3
  • Azure Authentication AppAuthentication
Enables a service to authenticate to Azure services using the developer's Azure Active Directory/ Microsoft account during development, and authenticate as itself (using OAuth 2.0 Client Credentials flow) when deployed to Azure.
Microsoft.Azure.KeyVault.WebKey by: Microsoft
  • 81 total downloads
  • Latest version: 2.0.7
  • Microsoft Azure key vault WebKey
Microsoft Azure Key Vault WebKey Class Library
Microsoft.Bcl by: Microsoft
  • 552 total downloads
  • Latest version: 1.1.10
  • BCL Microsoft System Task IProgress
This packages enables projects targeting down-level platforms to use some of the types added in later versions including: - CallerMemberNameAttribute - CallerLineNumberAttribute - CallerFilePathAttribute - Tuple<T1, T2, ...> - IProgress<T> - IStructuralComparable - IStructuralEquatable - Task - InvalidDataException These types are "unified" to their later version equivalent. For example, when running on .NET Framework 4.5, IProgress<T> from this package will be seen by the runtime as the same type as the one already available in the platform. Supported Platforms: - .NET Framework 4 (with KB2468871) - Windows 8 - Windows Phone 8.1 - Windows Phone Silverlight 7.5 - Silverlight 4 - Portable Class Libraries This package is only required for projects targeting .NET Framework 4.5, Windows 8, Windows Phone Silverlight 8, or Windows Phone 8.1 when consuming a library that uses this package.
Microsoft.Azure.KeyVault by: Microsoft
  • 85 total downloads
  • Latest version: 2.3.2
  • Microsoft Azure key vault Key Vault REST HTTP client azureofficial windowsazureofficial
Azure Key Vault enables users to store and use cryptographic keys within the Microsoft Azure environment. Azure Key Vault supports multiple key types and algorithms and enables the use of Hardware Security Modules (HSM) for high value customer keys. In addition, Azure Key Vault allows users to securely store secrets in a Key Vault; secrets are limited size octet objects and Azure Key Vault applies no specific semantics to these objects. A Key Vault may contain a mix of keys and secrets at the same time, and access control for the two types of object is independently controlled. Users, subject to appropriate authorization, may: 1) Manage cryptographic keys using Create, Import, Update, Delete and other operations 2) Manage secrets using Get, Set, Delete and other operations 3) Use cryptographic keys with Sign/Verify, WrapKey/UnwrapKey and Encrypt/Decrypt operations. Operations against Key Vaults are authenticated and authorized using Azure Active Directory. Key Vault now supports certificates, a complex type that makes use of existing key and secret infrastructure for certificate operations. KV certificates also support notification and auto-renewal as well as other management features.
Microsoft.Azure.Functions.Worker.Core by: Microsoft
  • 6 total downloads
  • Latest version: 1.1.0
This library provides the core functionality to build an Azure Functions .NET Worker, adding support for the isolated, out-of-process execution model.
Microsoft.AspNetCore.WebUtilities by: Microsoft
  • 11.829k total downloads
  • Latest version: 2.2.0
  • aspnetcore
ASP.NET Core utilities, such as for working with forms, multipart messages, and query strings. This package was built from the source code at https://github.com/aspnet/HttpAbstractions/tree/91db78cf926939821bc96e8e60616cf5dde0b489
Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator by: Microsoft
  • 4 total downloads
  • Latest version: 1.2.0
Azure Functions extensions metadata generator