Microsoft.AspNetCore.Diagnostics
by: Microsoft.AspNetCore.Diagnostics
- 1 total downloads
- Latest version: 1.0.0
ASP.NET Core middleware for exception handling, exception display pages, and diagnostics information. Includes developer exception page middleware, exception handler middleware, runtime info middleware, status code page middleware, and welcome page middleware
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore
by: Microsoft
- 2 total downloads
- Latest version: 1.1.6
ASP.NET Core middleware for Entity Framework Core error pages. Use this middleware to detect and diagnose errors with Entity Framework Core migrations.
Microsoft.AspNetCore.Hosting.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 1.1.0
ASP.NET Core hosting and startup abstractions for web applications.
Microsoft.AspNetCore.Http.Abstractions
by: Microsoft.AspNetCore.Http.Abstractions
- 1 total downloads
- Latest version: 1.0.3
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.Identity.UI
by: Microsoft
- 7 total downloads
- Latest version: 6.0.33
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/aspnetcore/tree/f0f9de5692adf1c0576de062f93c6ab7b176433f
Microsoft.AspNetCore.Localization
by: Microsoft
- 1 total downloads
- Latest version: 1.1.0
ASP.NET Core middleware for automatically applying culture information to HTTP requests. Culture information can be specified in the HTTP header, query string, cookie, or custom source.
Microsoft.AspNetCore.Mvc.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 1.1.8
ASP.NET Core MVC abstractions and interfaces for action invocation and dispatching, authorization, action filters, formatters, model binding, routing, validation, and more.
Commonly used types:
Microsoft.AspNetCore.Mvc.IActionResult
Microsoft.AspNetCore.Mvc.Analyzers
by: Microsoft
- 2 total downloads
- Latest version: 2.2.0-preview2-35157
CSharp Analyzers for ASP.NET Core MVC.
Microsoft.AspNetCore.Mvc.ApiExplorer
by: Microsoft.AspNetCore.Mvc.ApiExplorer
- 1 total downloads
- Latest version: 1.0.2
ASP.NET Core MVC API explorer functionality for discovering metadata such as the list of controllers and actions, and their URLs and allowed HTTP methods.
Microsoft.AspNetCore.Mvc.Formatters.Xml
by: Microsoft
- 1 total downloads
- Latest version: 1.1.3
ASP.NET Core MVC formatters for XML input and output using DataContractSerializer and XmlSerializer.
Microsoft.AspNetCore.Mvc.Localization
by: Microsoft.AspNetCore.Mvc.Localization
- 1 total downloads
- Latest version: 1.0.1
ASP.NET Core MVC features that enable globalization and localization of applications.
Commonly used types:
Microsoft.AspNetCore.Mvc.Localization.IHtmlLocalizer<TResource>
Microsoft.AspNetCore.Mvc.Localization.IViewLocalizer
Microsoft.AspNetCore.Mvc.TagHelpers
by: Microsoft
- 1 total downloads
- Latest version: 1.1.2
ASP.NET Core MVC default tag helpers. Contains tag helpers for anchor tags, HTML input elements, caching, scripts, links (for CSS), and more.
Microsoft.AspNetCore.OpenApi
by: Microsoft
- 1 total downloads
- Latest version: 10.0.0-preview.2.25164.1
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/aspnetcore/tree/763b4ef31ca4df6dae07c7ee8f39ea259b6980fa
Microsoft.AspNetCore.Razor.Language
by: Microsoft
- 2 total downloads
- Latest version: 2.0.0
Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor parser and code generation infrastructure.
Microsoft.AspNetCore.Server.IISIntegration
by: Microsoft.AspNetCore.Server.IISIntegration
- 1 total downloads
- Latest version: 1.0.0-rc2-final
ASP.NET Core components for working with the IIS AspNetCoreModule.
Microsoft.AspNetCore.Server.Kestrel.Https
by: Microsoft
- 1 total downloads
- Latest version: 1.1.1
HTTPS support for the ASP.NET Core Kestrel cross-platform web server.
Microsoft.AspNetCore.Session
by: Microsoft
- 1 total downloads
- Latest version: 1.1.2
ASP.NET Core session state middleware.
Microsoft.AspNetCore.SpaServices
by: Microsoft
- 1 total downloads
- Latest version: 1.0.0-beta-000007
Helpers for building single-page applications on ASP.NET MVC Core
Microsoft.Azure.DocumentDB.Core
by: Microsoft
- 2 total downloads
- Latest version: 2.9.0
This client library enables client applications targeting .NET Core to connect to Azure Cosmos DB via the DocumentDB (SQL) 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
- 8 total downloads
- Latest version: 3.0.4
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.