Microsoft.AspNetCore.DataProtection by: Microsoft
  • 4 total downloads
  • Latest version: 2.0.0-preview2-final
  • aspnetcore dataprotection
ASP.NET Core logic to protect and unprotect data, similar to DPAPI.
Microsoft.AspNetCore.DataProtection.Abstractions by: Microsoft
  • 4 total downloads
  • Latest version: 2.0.0-preview2-final
  • aspnetcore dataprotection
ASP.NET Core data protection abstractions. Commonly used types: Microsoft.AspNetCore.DataProtection.IDataProtectionProvider Microsoft.AspNetCore.DataProtection.IDataProtector
Microsoft.AspNetCore.DataProtection.AzureStorage by: Microsoft
  • 3 total downloads
  • Latest version: 2.0.0-preview1-final
  • aspnetcore dataprotection azure blob
Microsoft Azure Blob storrage support as key store.
Microsoft.AspNetCore.DataProtection.Extensions by: Microsoft
  • 2 total downloads
  • Latest version: 1.1.0-preview1-final
  • aspnetcore,dataprotection
Additional APIs for ASP.NET Core data protection.
Microsoft.AspNetCore.Diagnostics.Abstractions by: Microsoft
  • 7 total downloads
  • Latest version: 2.0.0
  • aspnetcore diagnostics
ASP.NET Core diagnostics middleware abstractions and feature interface definitions.
Microsoft.AspNetCore.Hosting by: Microsoft
  • 2 total downloads
  • Latest version: 2.0.0-preview1-final
  • aspnetcore hosting
ASP.NET Core hosting infrastructure and startup logic for web applications.
Microsoft.AspNetCore.Hosting.Abstractions by: Microsoft
  • 7 total downloads
  • Latest version: 2.0.0-preview2-final
  • aspnetcore hosting
ASP.NET Core hosting and startup abstractions for web applications.
Microsoft.AspNetCore.Hosting.Server.Abstractions by: Microsoft
  • 7 total downloads
  • Latest version: 2.0.0-preview2-final
  • aspnetcore hosting
ASP.NET Core hosting server abstractions for web applications.
Microsoft.AspNetCore.Html.Abstractions by: Microsoft
  • 3 total downloads
  • Latest version: 2.0.0-preview1-final
  • aspnetcore
ASP.NET Core HTML abstractions used for building HTML content. Commonly used types: Microsoft.AspNetCore.Html.HtmlString Microsoft.AspNetCore.Html.IHtmlContent
Microsoft.AspNetCore.Http.Abstractions by: Microsoft.AspNetCore.Http.Abstractions
  • 1 total downloads
  • Latest version: 1.0.1
  • 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.Extensions by: Microsoft
  • 2 total downloads
  • Latest version: 2.0.0-preview1-final
  • aspnetcore
ASP.NET Core common extension methods for HTTP abstractions, HTTP headers, HTTP request/response, and session state.
Microsoft.AspNetCore.Http.Features by: Microsoft
  • 5 total downloads
  • Latest version: 2.0.0
  • aspnetcore
ASP.NET Core HTTP feature interface definitions.
Microsoft.AspNetCore.Identity.EntityFrameworkCore by: Microsoft
  • 10 total downloads
  • Latest version: 2.0.0
  • aspnetcore entityframeworkcore identity membership
ASP.NET Core Identity provider that uses Entity Framework Core.
Microsoft.AspNetCore.JsonPatch by: Microsoft
  • 3 total downloads
  • Latest version: 2.0.0-preview2-final
  • aspnetcore json jsonpatch
ASP.NET Core support for JSON PATCH.
Microsoft.AspNetCore.Localization by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.2
  • aspnetcore,localization
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.ApiExplorer by: Microsoft
  • 3 total downloads
  • Latest version: 2.0.0-preview1-final
  • 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.Cors by: Microsoft.AspNetCore.Mvc.Cors
  • 2 total downloads
  • Latest version: 1.0.3
  • aspnetcore,aspnetcoremvc,cors
ASP.NET Core MVC cross-origin resource sharing (CORS) features.
Microsoft.AspNetCore.Mvc.DataAnnotations by: Microsoft
  • 6 total downloads
  • Latest version: 2.0.0-preview2-final
  • aspnetcore aspnetcoremvc
ASP.NET Core MVC metadata and validation system using System.ComponentModel.DataAnnotations.
Microsoft.AspNetCore.Mvc.Localization by: Microsoft
  • 2 total downloads
  • Latest version: 2.0.0-preview1-final
  • 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.Razor by: Microsoft.AspNetCore.Mvc.Razor
  • 1 total downloads
  • Latest version: 1.0.5
  • aspnetcore,aspnetcoremvc,cshtml,razor
ASP.NET Core MVC Razor view engine for CSHTML files.