Microsoft.Azure.KeyVault.Core by: Microsoft
  • 183 total downloads
  • Latest version: 3.0.5
  • Microsoft Azure Key Vault Key Vault REST HTTP client azureofficial windowsazureofficial
Microsoft Azure Key Vault Core Class Library This library has been replaced by the following new Azure SDKs. You can read about the new Azure SDKs at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure KeyVault service are: * https://www.nuget.org/packages/Azure.Security.KeyVault.Keys * https://www.nuget.org/packages/Azure.Security.KeyVault.Secrets * https://www.nuget.org/packages/Azure.Security.KeyVault.Certificates It is recommended that you move to the new package.
Microsoft.AspNet.WebApi.Core by: Microsoft
  • 434 total downloads
  • Latest version: 5.3.0
  • Microsoft AspNet WebApi AspNetWebApi
This package contains the core runtime assemblies for ASP.NET Web API. This package is used by hosts of the ASP.NET Web API runtime. To host a Web API in IIS use the Microsoft.AspNet.WebApi.WebHost package. To host a Web API in your own process use the Microsoft.AspNet.WebApi.SelfHost package.
Microsoft.AspNet.Http.Core by: Microsoft
  • 34 total downloads
  • Latest version: 1.0.0-beta4
ASP.NET 5 HTTP feature implementations.
Microsoft.AspNet.Http.Features by: Microsoft
  • 78 total downloads
  • Latest version: 1.0.0-rc1-final
ASP.NET 5 HTTP feature interface definitions.
Microsoft.Azure.ServiceBus by: Microsoft
  • 112 total downloads
  • Latest version: 1.0.0
  • 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.AspNet.Http.Extensions by: Microsoft
  • 138 total downloads
  • Latest version: 1.0.0-rc1-final
ASP.NET 5 common extension methods for HTTP abstractions and IApplicationBuilder.
Microsoft.Azure.Storage.Blob by: Microsoft
  • 388 total downloads
  • Latest version: 11.2.3
  • Microsoft Azure Blob StorageScalable 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-storage-net/blob/master/Blob/README.md and https://github.com/Azure/azure-storage-net/blob/master/Blob/Changelog.txt in addition to the breaking changes https://github.com/Azure/azure-storage-net/blob/master/Blob/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 This library has been replaced by the following new Azure SDKs. You can read about the new Azure SDKs at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure Storage service are: * https://www.nuget.org/packages/Azure.Storage.Blobs * https://www.nuget.org/packages/Azure.Storage.Queues/ * https://www.nuget.org/packages/Azure.Storage.Files.Shares/ It is recommended that you move to the new package.
Microsoft.Azure.Amqp by: Microsoft
  • 824 total downloads
  • Latest version: 2.6.9
Package for Azure AMQP
Microsoft.AspNet.WebUtilities by: Microsoft
  • 157 total downloads
  • Latest version: 1.0.0-rc1-final
ASP.NET 5 common helper methods.
Microsoft.Azure.Services.AppAuthentication by: Microsoft
  • 299 total downloads
  • Latest version: 1.6.2
  • Azure Authentication AppAuthentication
There is a newer version of this library available here: https://www.nuget.org/packages/Azure.Identity/ Migration guide: https://docs.microsoft.com/dotnet/api/overview/azure/app-auth-migration AppAuth no longer receives new feature improvements. 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.AspNet.WebApi.Extensions.Compression.Server by: Ove Andersen
  • 44 total downloads
  • Latest version: 2.0.6
  • aspnet webapi aspnetwebapi http compression gzip deflate eyecatch
Module for ASP.NET Web API that enables GZip and Deflate support for incoming and outgoing requests. Please note that this is not an official Microsoft package.
Microsoft.Azure.KeyVault.WebKey by: Microsoft
  • 201 total downloads
  • Latest version: 3.0.5
  • Microsoft Azure Key Vault Key Vault REST HTTP client azureofficial windowsazureofficial
Microsoft Azure Key Vault WebKey Class Library This library has been replaced by the following new Azure SDKs. You can read about the new Azure SDKs at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure KeyVault service are: * https://www.nuget.org/packages/Azure.Security.KeyVault.Keys * https://www.nuget.org/packages/Azure.Security.KeyVault.Secrets * https://www.nuget.org/packages/Azure.Security.KeyVault.Certificates It is recommended that you move to the new package.
Microsoft.Azure.Common.Dependencies by: Microsoft
  • 19 total downloads
  • Latest version: 1.0.0
  • azureofficial windowsazureofficial
Provides popular portable components for a common HTTP pipeline and JSON parsing. This package is included as a dependency to other libraries such as the Microsoft Azure Management Libraries and should not be directly added to your project.
Microsoft.AspNet.WebApi.Client by: Microsoft
  • 10.643k total downloads
  • Latest version: 6.0.0
  • Microsoft AspNet WebApi AspNetWebApi HttpClient
This package adds support for formatting and content negotiation to System.Net.Http. It includes support for JSON, XML, and form URL encoded data.
Microsoft.Azure.Common by: Microsoft
  • 168 total downloads
  • Latest version: 2.2.1
  • Microsoft Microsoft Azure Cloud REST HTTP Client Core Common AzureOfficial WindowsAzureOfficial
Provides infrastructure for common error handling, tracing, configuration, and HTTP/REST-based pipeline manipulation. The package also exposes the CloudContext type, which enables centralized discovery of available Microsoft Azure libraries.
Microsoft.Azure.KeyVault by: Microsoft
  • 341 total downloads
  • Latest version: 3.0.5
  • 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. This library has been replaced by the following new Azure SDKs. You can read about the new Azure SDKs at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure KeyVault service are: * https://www.nuget.org/packages/Azure.Security.KeyVault.Keys * https://www.nuget.org/packages/Azure.Security.KeyVault.Secrets * https://www.nuget.org/packages/Azure.Security.KeyVault.Certificates It is recommended that you move to the new package.
Microsoft.AspNet.Identity.Core by: Microsoft
  • 273 total downloads
  • Latest version: 2.2.4
  • Identity Membership
Core interfaces for ASP.NET Identity.
Microsoft.Azure.Functions.Analyzers by: Microsoft
  • 13 total downloads
  • Latest version: 1.0.0
  • Azure Functions analyzers
This package provides development time code analysis for C# Azure Functions.
Microsoft.AspNet.Identity.EntityFramework by: Microsoft
  • 263 total downloads
  • Latest version: 2.2.4
  • Identity Membership
ASP.NET Identity providers that use Entity Framework.
Microsoft.AspNet.Http.Interfaces by: Microsoft
  • 32 total downloads
  • Latest version: 1.0.0-beta4
ASP.NET 5 HTTP feature interface definitions.