Microsoft.AspNetCore.Hosting.Abstractions
by: Microsoft.AspNetCore.Hosting.Abstractions
- 1 total downloads
- Latest version: 1.0.0-rc2-final
ASP.NET 5 Hosting abstractions.
Microsoft.AspNetCore.Http
by: Microsoft
- 2 total downloads
- Latest version: 2.1.22
ASP.NET Core default HTTP feature implementations.
Microsoft.AspNetCore.Http.Abstractions
by: Microsoft
- 2 total downloads
- Latest version: 2.3.0
ASP.NET Core HTTP object model for HTTP requests and responses and also common extension methods for registering middleware in an IApplicationBuilder.
Commonly used types:
Microsoft.AspNetCore.Builder.IApplicationBuilder
Microsoft.AspNetCore.Http.HttpContext
Microsoft.AspNetCore.Http.HttpRequest
Microsoft.AspNetCore.Http.HttpResponse
Microsoft.AspNetCore.Http.Connections.Common
by: Microsoft
- 9 total downloads
- Latest version: 11.0.0-preview.2.26159.112
Common primitives for ASP.NET Connection Handlers and clients
This package was built from the source code at https://github.com/dotnet/dotnet/tree/17d11de66cf75b962995c81dd1235fae9aa5ece0
Microsoft.AspNetCore.Http.Features
by: Microsoft
- 8 total downloads
- Latest version: 5.0.0-rc.1.20451.17
ASP.NET Core HTTP feature interface definitions.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/ecdcc752d4639061c2c49727ee77a1039bbbca22
Microsoft.AspNetCore.Identity.UI
by: Microsoft
- 6 total downloads
- Latest version: 11.0.0-preview.2.26159.112
ASP.NET Core Identity UI is the default Razor Pages built-in UI for the ASP.NET Core Identity framework.
This package was built from the source code at https://github.com/dotnet/dotnet/tree/17d11de66cf75b962995c81dd1235fae9aa5ece0
Microsoft.AspNetCore.JsonPatch
by: Microsoft
- 8 total downloads
- Latest version: 11.0.0-preview.2.26159.112
ASP.NET Core support for JSON PATCH.
This package was built from the source code at https://github.com/dotnet/dotnet/tree/17d11de66cf75b962995c81dd1235fae9aa5ece0
Microsoft.AspNetCore.Metadata
by: Microsoft
- 4 total downloads
- Latest version: 11.0.0-preview.2.26159.112
ASP.NET Core metadata.
This package was built from the source code at https://github.com/dotnet/dotnet/tree/17d11de66cf75b962995c81dd1235fae9aa5ece0
Microsoft.AspNetCore.Mvc.Razor.Extensions
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview2-final
ASP.NET Core design time hosting infrastructure for the Razor view engine.
Microsoft.AspNetCore.Mvc.ViewFeatures
by: Microsoft
- 4 total downloads
- Latest version: 2.2.0-preview2-35157
ASP.NET Core MVC view rendering features. Contains common types used in most MVC applications as well as view rendering features such as view engines, views, view components, and HTML helpers.
Commonly used types:
Microsoft.AspNetCore.Mvc.Controller
Microsoft.AspNetCore.Mvc.ValidateAntiForgeryTokenAttribute
Microsoft.AspNetCore.Mvc.ViewComponent
This package was built from the source at:
https://github.com/aspnet/Mvc/tree/b9793f0a1d9a75940c50e31e956d09397a5d1876
Microsoft.AspNetCore.OpenApi
by: Microsoft
- 3 total downloads
- Latest version: 10.0.5
Provides APIs for annotating route handler endpoints in ASP.NET Core with OpenAPI annotations.
This package was built from the source code at https://github.com/dotnet/dotnet/tree/a612c2a1056fe3265387ae3ff7c94eba1505caf9
Microsoft.AspNetCore.ResponseCaching
by: Microsoft
- 1 total downloads
- Latest version: 2.3.9
ASP.NET Core middleware for caching HTTP responses on the server.
Microsoft.AspNetCore.Rewrite
by: Microsoft
- 1 total downloads
- Latest version: 2.3.9
ASP.NET Core basic middleware for rewriting URLs. Includes:
* Support for custom URL rewrite rules
* Support for running IIS URL Rewrite module rules
* Support for running Apache mod_rewrite rules.
Microsoft.AspNetCore.SignalR.Common
by: Microsoft
- 6 total downloads
- Latest version: 11.0.0-preview.2.26159.112
Common serialization primitives for SignalR Clients Servers
This package was built from the source code at https://github.com/dotnet/dotnet/tree/17d11de66cf75b962995c81dd1235fae9aa5ece0
Microsoft.AspNetCore.SignalR.Protocols.Json
by: Microsoft
- 10 total downloads
- Latest version: 11.0.0-preview.2.26159.112
Implements the SignalR Hub Protocol using System.Text.Json.
This package was built from the source code at https://github.com/dotnet/dotnet/tree/17d11de66cf75b962995c81dd1235fae9aa5ece0
Microsoft.AspNetCore.SpaServices
by: Microsoft
- 1 total downloads
- Latest version: 2.2.0-preview2-35157
Helpers for building single-page applications on ASP.NET MVC Core.
This package was built from the source at:
https://github.com/aspnet/javascriptservices/tree/15884cbadb94d880c77111017e76e8d37d8d4a72
Microsoft.Azure.Cosmos
by: Microsoft
- 3 total downloads
- Latest version: 3.56.0-preview.1
This client library enables client applications to connect to Azure Cosmos DB via the NoSQL API. Azure Cosmos DB is a globally distributed, multi-model database service. For more information, refer to http://azure.microsoft.com/services/cosmos-db/.
Microsoft.Azure.KeyVault
by: Microsoft
- 4 total downloads
- Latest version: 2.3.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.
Microsoft.Bcl.AsyncInterfaces
by: Microsoft
- 4 total downloads
- Latest version: 11.0.0-preview.2.26159.112
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.
Microsoft.Bcl.Cryptography
by: Microsoft
- 4 total downloads
- Latest version: 11.0.0-preview.2.26159.112
Provides support for some cryptographic primitives for .NET Framework and .NET Standard.