Microsoft.AspNetCore.CookiePolicy by: Microsoft.AspNetCore.CookiePolicy
  • 1 total downloads
  • Latest version: 1.0.3
  • aspnetcore
ASP.NET Core cookie policy classes to control the behavior of cookies.
Microsoft.AspNetCore.Http.Features by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0-preview2-final
  • aspnetcore
ASP.NET Core HTTP feature interface definitions.
Microsoft.AspNetCore.HttpOverrides by: Microsoft
  • 3 total downloads
  • Latest version: 1.1.1
  • 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.Identity.EntityFrameworkCore by: Microsoft
  • 2 total downloads
  • Latest version: 1.1.4
  • aspnetcore,entityframeworkcore,identity,membership
ASP.NET Core Identity provider that uses Entity Framework Core.
Microsoft.AspNetCore.Identity.UI by: Microsoft
  • 2 total downloads
  • Latest version: 7.0.13
  • 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/d634f2bd1ad6e319f26ff0f1d7ada5539158a19f
Microsoft.AspNetCore.Localization.Routing by: Microsoft
  • 2 total downloads
  • Latest version: 2.0.0-preview2-final
  • aspnetcore localization
Provides a request culture provider which gets culture and ui-culture from request's route data.
Microsoft.AspNetCore.Mvc by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.5
  • aspnetcore,aspnetcoremvc
ASP.NET Core MVC is a web framework that gives you a powerful, patterns-based way to build dynamic websites and web APIs. ASP.NET Core MVC enables a clean separation of concerns and gives you full control over markup.
Microsoft.AspNetCore.Mvc.Abstractions by: Microsoft.AspNetCore.Mvc.Abstractions
  • 1 total downloads
  • Latest version: 1.0.3
  • 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.AspNetCore.Mvc.Analyzers by: Microsoft
  • 1 total downloads
  • Latest version: 2.1.0
  • aspnetcore aspnetcoremvc
CSharp Analyzers for ASP.NET Core MVC.
Microsoft.AspNetCore.Mvc.Localization by: Microsoft.AspNetCore.Mvc.Localization
  • 1 total downloads
  • Latest version: 1.0.5
  • 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.Razor.Design by: Microsoft
  • 1 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.ResponseCaching by: Microsoft.AspNetCore.ResponseCaching
  • 1 total downloads
  • Latest version: 1.0.4
  • aspnetcore,cache,caching
ASP.NET Core middleware for caching HTTP responses on the server.
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.Session by: Microsoft.AspNetCore.Session
  • 1 total downloads
  • Latest version: 1.0.3
  • aspnetcore,session,sessionstate
ASP.NET Core session state middleware.
Microsoft.Azure.Common by: Microsoft
  • 1 total downloads
  • Latest version: 2.1.1
  • Microsoft,Microsoft Azure,Cloud,REST,HTTP,Client,Core,Common,AzureOfficial,WindowsAzureOfficial
Provides infrastructure for common error handling, tracing, configuration, and HTTP/REST-based pipeline manipulation. The package also exposes the CloudContext type, which enables centralized discovery of available Microsoft Azure libraries.
Microsoft.Azure.DocumentDB.Core by: Microsoft
  • 1 total downloads
  • Latest version: 2.16.1
  • microsoft azure cosmos cosmosdb documentdb docdb nosql azureofficial dotnetcore netcore netstandard
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.Storage.Queue by: Microsoft
  • 1 total downloads
  • Latest version: 11.0.0
  • Microsoft, Azure, Queue, StorageScalable, azureofficial
This client library enables working with the Microsoft Azure Storage Queue service for storing messages that may be accessed by a client. For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/Queue/README.md and https://github.com/Azure/azure-storage-net/blob/master/Queue/Changelog.txt in addition to the breaking changes https://github.com/Azure/azure-storage-net/blob/master/Queue/BreakingChanges.txt Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/ Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/ REST API Reference for Queue Service - https://docs.microsoft.com/en-us/rest/api/storageservices/queue-service-rest-api
Microsoft.CodeAnalysis by: Microsoft
  • 1 total downloads
  • Latest version: 3.1.0-beta1-final
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics
.NET Compiler Platform ("Roslyn"). This is the all-in-one package (a superset of all assemblies). You can install any of these sub-packages if you only want part of the functionality: - "Microsoft.CodeAnalysis.CSharp.Workspaces" (C# compiler + services) - "Microsoft.CodeAnalysis.VisualBasic.Workspaces" (VB compiler + services) - "Microsoft.CodeAnalysis.Compilers" (both compilers) - "Microsoft.CodeAnalysis.CSharp" (only the C# compiler) - "Microsoft.CodeAnalysis.VisualBasic (only the VB compiler) More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/edd2de88fb3e84a097fb30b4070e0f219f624e40.
Microsoft.CodeAnalysis.Analyzers by: Microsoft
  • 1 total downloads
  • Latest version: 5.3.0-2.final
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Diagnostic Analyzers Syntax Semantics
Analyzers for consumers of Microsoft.CodeAnalysis NuGet package, i.e. extensions and applications built on top of .NET Compiler Platform (Roslyn). This package is included as a development dependency of Microsoft.CodeAnalysis NuGet package and does not need to be installed separately if you are referencing Microsoft.CodeAnalysis NuGet package.
Microsoft.CodeAnalysis.AnalyzerUtilities by: Microsoft
  • 1 total downloads
  • Latest version: 3.11.0-beta1.23472.1
  • Roslyn Analyzer Utilities CodeAnalysis Dataflow ControlFlowGraph FlowAnalysis Compiler CSharp VB VisualBasic Diagnostic Analyzers Syntax Semantics
Analyzer utilities for various analyses, including Dataflow analysis based on ControlFlowGraph API in Microsoft.CodeAnalysis.