Microsoft.AspNetCore.SignalR.Redis
by: Microsoft
- 8 total downloads
- Latest version: 1.0.0-alpha2-final
Redis for ASP.NET Core SignalR.
Microsoft.AspNetCore.SpaServices
by: Microsoft
- 13 total downloads
- Latest version: 2.0.0
Helpers for building single-page applications on ASP.NET MVC Core.
Microsoft.AspNetCore.SpaServices.Extensions
by: Microsoft
- 49 total downloads
- Latest version: 9.0.14
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/baa6b294e728e6171378b4e8c52e42e7c4d4ed63
Microsoft.AspNetCore.StaticFiles
by: Microsoft
- 89 total downloads
- Latest version: 2.0.0
ASP.NET Core static files middleware. Includes middleware for serving static files, directory browsing, and default files.
Microsoft.AspNetCore.TestHost
by: Microsoft
- 196 total downloads
- Latest version: 9.0.14
ASP.NET Core web server for writing and running tests.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/baa6b294e728e6171378b4e8c52e42e7c4d4ed63
Microsoft.AspNetCore.WebSockets
by: Microsoft
- 14 total downloads
- Latest version: 2.0.0
ASP.NET Core web socket middleware for use on top of opaque servers.
Microsoft.AspNetCore.WebUtilities
by: Microsoft
- 212 total downloads
- Latest version: 9.0.14
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/dotnet/aspnetcore/tree/baa6b294e728e6171378b4e8c52e42e7c4d4ed63
Microsoft.Azure.Common
by: Microsoft
- 15 total downloads
- Latest version: 2.2.1
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.Common.Dependencies
by: Microsoft
- 2 total downloads
- Latest version: 1.0.0
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.Azure.Devices.Shared
by: Microsoft
- 20 total downloads
- Latest version: 1.15.0-preview-001
Common code for Azure IoT Device and Service SDKs
Microsoft.Azure.Functions.Analyzers
by: Microsoft
- 8 total downloads
- Latest version: 1.0.0
This package provides development time code analysis for C# Azure Functions.
Microsoft.Azure.Functions.Extensions
by: Microsoft
- 2 total downloads
- Latest version: 1.0.0
Provides extensions to work with Azure Functions features.
Microsoft.Azure.Functions.Worker
by: Microsoft
- 75 total downloads
- Latest version: 2.51.0
This library enables you to create an Azure Functions .NET Worker, adding support for the isolated, out-of-process execution model.
Microsoft.Azure.Functions.Worker.Core
by: Microsoft
- 75 total downloads
- Latest version: 2.51.0
This library provides the core functionality to build an Azure Functions .NET Worker, adding support for the isolated, out-of-process execution model.
- 32 total downloads
- Latest version: 1.0.4
This package provides development time code analysis for ASP.NET Core extensions for .NET isolated functions.
Microsoft.Azure.Functions.Worker.Grpc
by: Microsoft
- 74 total downloads
- Latest version: 2.51.0
This library provides gRPC support for Azure Functions .NET Worker communication with the Azure Functions Host.
Microsoft.Azure.Functions.Worker.Sdk
by: Microsoft
- 379 total downloads
- Latest version: 2.0.7
This package provides development time support for the Azure Functions .NET Worker.
Microsoft.Azure.Functions.Worker.Sdk.Analyzers
by: Microsoft
- 44 total downloads
- Latest version: 1.2.2
This package provides development time code analysis for the Azure Functions .NET Worker.
Microsoft.Azure.Functions.Worker.Sdk.Generators
by: Microsoft
- 146 total downloads
- Latest version: 1.3.6
This package provides source generation for the Azure Functions .NET Worker.
Microsoft.Azure.KeyVault
by: Microsoft
- 17 total downloads
- Latest version: 2.1.0-preview
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.