Microsoft.AspNetCore.DataProtection.Extensions by: Microsoft
  • 5 total downloads
  • Latest version: 7.0.0-preview.3.22178.4
  • aspnetcore dataprotection
Additional APIs for ASP.NET Core data protection. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/e71b34dbb2c0883145c658bed8814ae45f6fe15e
Microsoft.AspNetCore.Diagnostics by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0
  • aspnetcore diagnostics
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.Http.Abstractions by: Microsoft
  • 1 total downloads
  • Latest version: 2.1.0-preview2-final
  • aspnetcore
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 by: Microsoft
  • 2 total downloads
  • Latest version: 1.2.9
  • aspnetcore signalr
Components for providing real-time bi-directional communication across the Web.
Microsoft.AspNetCore.Http.Connections.Common by: Microsoft
  • 12 total downloads
  • Latest version: 11.0.0-preview.2.26159.112
  • aspnetcore signalr
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.HttpOverrides by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0-preview1-final
  • aspnetcore proxy headers xforwarded
ASP.NET Core basic middleware for supporting HTTP method overrides. Includes: * X-Forwarded-* headers to forward headers from a proxy. * HTTP method override header.
Microsoft.AspNetCore.HttpsPolicy by: Microsoft
  • 2 total downloads
  • Latest version: 2.3.9
  • aspnetcore https hsts
ASP.NET Core basic middleware for supporting HTTPS Redirection and HTTP Strict-Transport-Security.
Microsoft.AspNetCore.Identity by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.2
  • aspnetcore,identity,membership
ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. ASP.NET Core Identity allows you to add login features to your application and makes it easy to customize data about the logged in user.
Microsoft.AspNetCore.Identity.EntityFrameworkCore by: Microsoft.AspNetCore.Identity.EntityFrameworkCore
  • 2 total downloads
  • Latest version: 1.0.1
  • aspnetcore,entityframeworkcore,identity,membership
ASP.NET Core Identity provider that uses Entity Framework Core.
Microsoft.AspNetCore.Identity.UI by: Microsoft
  • 8 total downloads
  • Latest version: 9.0.9
  • 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/ff66c263be7ed395794bdaf616322977b8ec897c
Microsoft.AspNetCore.JsonPatch by: Microsoft
  • 2 total downloads
  • Latest version: 10.0.0-rc.2.25502.107
  • aspnetcore json jsonpatch
ASP.NET Core support for JSON PATCH. This package was built from the source code at https://github.com/dotnet/dotnet/tree/89c8f6a112d37d2ea8b77821e56d170a1bccdc5a
Microsoft.AspNetCore.Metadata by: Microsoft
  • 4 total downloads
  • Latest version: 10.0.0-preview.7.25380.108
  • aspnetcore
ASP.NET Core metadata. This package was built from the source code at https://github.com/dotnet/dotnet/tree/30000d883e06c122311a66894579bc12329a09d4
Microsoft.AspNetCore.MiddlewareAnalysis by: Microsoft.AspNetCore.MiddlewareAnalysis
  • 1 total downloads
  • Latest version: 1.0.2
  • aspnetcore,diagnostics
ASP.NET Core middleware for analyzing middleware in the request pipeline with System.Diagnostics.DiagnosticSource.
Microsoft.AspNetCore.Mvc.ApiExplorer by: Microsoft.AspNetCore.Mvc.ApiExplorer
  • 1 total downloads
  • Latest version: 1.0.2
  • 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.DataAnnotations by: Microsoft
  • 2 total downloads
  • Latest version: 1.1.6
  • aspnetcore,aspnetcoremvc
ASP.NET Core MVC metadata and validation system using System.ComponentModel.DataAnnotations.
Microsoft.AspNetCore.Mvc.Localization by: Microsoft
  • 6 total downloads
  • Latest version: 2.0.4
  • aspnetcore aspnetcoremvc localization
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.NewtonsoftJson by: Microsoft
  • 1 total downloads
  • Latest version: 3.1.0-preview2.19528.8
  • aspnetcore aspnetcoremvc json
ASP.NET Core MVC features that use Newtonsoft.Json. Includes input and output formatters for JSON and JSON PATCH. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/471e4710a818849eaf22c5977281d10fd6758616
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation by: Microsoft
  • 1 total downloads
  • Latest version: 3.1.28
  • aspnetcore aspnetcoremvc razor
Runtime compilation support for Razor views and Razor Pages in ASP.NET Core MVC. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/4d0b3722384bfec7d4c210674df9b7bf1e59da90
Microsoft.AspNetCore.Mvc.Testing by: Microsoft
  • 6 total downloads
  • Latest version: 5.0.13
  • aspnetcore aspnetcoremvc aspnetcoremvctesting
Support for writing functional tests for MVC applications. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/55738ff96b832439076e25584cfe0eb3bace9b01
Microsoft.AspNetCore.NodeServices by: Microsoft
  • 1 total downloads
  • Latest version: 1.0.0-beta-000008
Invoke Node.js modules at runtime in ASP.NET Core applications.