Microsoft.AspNetCore.Http.Features by: Microsoft
  • 1.29k total downloads
  • Latest version: 2.0.0
  • aspnetcore
ASP.NET Core HTTP feature interface definitions.
Microsoft.AspNetCore.JsonPatch by: Microsoft
  • 19 total downloads
  • Latest version: 2.0.0
  • aspnetcore json jsonpatch
ASP.NET Core support for JSON PATCH.
Microsoft.AspNetCore.Routing.Abstractions by: Microsoft
  • 281 total downloads
  • Latest version: 2.0.0
  • aspnetcore routing
ASP.NET Core abstractions for routing requests to application logic and for generating links. Commonly used types: Microsoft.AspNetCore.Routing.IRouter Microsoft.AspNetCore.Routing.RouteData
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.AspNetCore.SpaProxy by: Microsoft
  • 69 total downloads
  • Latest version: 6.0.1
Helpers for launching the SPA CLI proxy automatically when the application starts in ASP.NET MVC Core. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/4e7d976438b0fc17f435804e801d5d68d193ec33
Microsoft.AspNetCore.StaticFiles by: Microsoft
  • 24 total downloads
  • Latest version: 2.0.0
  • aspnetcore staticfiles
ASP.NET Core static files middleware. Includes middleware for serving static files, directory browsing, and default files.
Microsoft.AspNetCore.Mvc.Core by: Microsoft
  • 265 total downloads
  • Latest version: 2.0.0
  • aspnetcore aspnetcoremvc
ASP.NET Core MVC core components. Contains common action result types, attribute routing, application model conventions, API explorer, application parts, filters, formatters, model binding, and more. Commonly used types: Microsoft.AspNetCore.Mvc.AreaAttribute Microsoft.AspNetCore.Mvc.BindAttribute Microsoft.AspNetCore.Mvc.ControllerBase Microsoft.AspNetCore.Mvc.FromBodyAttribute Microsoft.AspNetCore.Mvc.FromFormAttribute Microsoft.AspNetCore.Mvc.RequireHttpsAttribute Microsoft.AspNetCore.Mvc.RouteAttribute
Microsoft.Azure.Functions.Worker.Sdk by: Microsoft
  • 3 total downloads
  • Latest version: 1.0.3
This package provides development time support for the Azure Functions .NET Worker.
Microsoft.AspNetCore.Razor.Design by: Microsoft
  • 5.45k total downloads
  • Latest version: 2.2.0
  • aspnetcore cshtml razor
Razor is a markup syntax for adding server-side logic to web pages. This package contains MSBuild support for Razor.
Microsoft.AspNetCore.Identity.UI by: Microsoft
  • 306 total downloads
  • Latest version: 6.0.6
  • aspnetcore identity membership razorpages
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/68bb6fb08f8f85bb3cf08953a0d2f4a254eaccff
Microsoft.Azure.KeyVault.WebKey by: Microsoft
  • 80 total downloads
  • Latest version: 2.0.7
  • Microsoft Azure key vault WebKey
Microsoft Azure Key Vault WebKey Class Library
Microsoft.AspNetCore.Mvc.DataAnnotations by: Microsoft
  • 27 total downloads
  • Latest version: 2.0.0
  • aspnetcore aspnetcoremvc
ASP.NET Core MVC metadata and validation system using System.ComponentModel.DataAnnotations.
Microsoft.AspNetCore.Mvc.ApiExplorer by: Microsoft
  • 163 total downloads
  • Latest version: 2.0.0
  • aspnetcore aspnetcoremvc
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.Json by: Microsoft
  • 23 total downloads
  • Latest version: 2.0.0
  • aspnetcore aspnetcoremvc json
ASP.NET Core MVC formatters for JSON input and output and for JSON PATCH input using Json.NET.
Microsoft.AspNetCore.Mvc.Abstractions by: Microsoft
  • 259 total downloads
  • Latest version: 2.0.0
  • aspnetcore aspnetcoremvc
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.Azure.KeyVault by: Microsoft
  • 83 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.AspNetCore.ResponseCaching.Abstractions by: Microsoft
  • 262 total downloads
  • Latest version: 2.0.0
  • aspnetcore cache caching
ASP.NET Core response caching middleware abstractions and feature interface definitions.
Microsoft.AspNetCore.WebUtilities by: Microsoft
  • 826 total downloads
  • Latest version: 2.0.0
  • aspnetcore
ASP.NET Core utilities, such as for working with forms, multipart messages, and query strings.
Microsoft.AspNetCore.Mvc.Analyzers by: Microsoft
  • 2.849k total downloads
  • Latest version: 2.2.0
  • aspnetcore aspnetcoremvc
CSharp Analyzers for ASP.NET Core MVC.
Microsoft.AspNetCore.Routing by: Microsoft
  • 278 total downloads
  • Latest version: 2.0.0
  • aspnetcore routing
ASP.NET Core middleware for routing requests to application logic and for generating links. Commonly used types: Microsoft.AspNetCore.Routing.Route Microsoft.AspNetCore.Routing.RouteCollection