Microsoft.AspNetCore.Authentication.Core by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0
  • aspnetcore authentication security
ASP.NET Core common types used by the various authentication middleware components.
Microsoft.AspNetCore.Diagnostics.Abstractions by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.4
  • aspnetcore,diagnostics
ASP.NET Core diagnostics middleware abstractions and feature interface definitions.
Microsoft.AspNetCore.Http by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.2
  • aspnetcore
ASP.NET Core default HTTP feature implementations.
Microsoft.AspNetCore.HttpOverrides by: Microsoft
  • 3 total downloads
  • Latest version: 1.1.4
  • 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
  • 1 total downloads
  • Latest version: 1.1.0
  • 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: 6.0.0-rc.1.21452.15
  • 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/0621c1748eac08dd516edc950559ab7e8308f214
Microsoft.AspNetCore.Mvc.Abstractions by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.7
  • 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.ApiExplorer by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.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.Core by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.4
  • 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.AspNetCore.Mvc.DataAnnotations by: Microsoft
  • 2 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.ViewFeatures by: Microsoft
  • 2 total downloads
  • Latest version: 1.1.8
  • aspnetcore,aspnetcoremvc
ASP.NET Core MVC view rendering features. Contains common types used in most MVC applications as well as view rendering features such as view engines, views, view components, and HTML helpers. Commonly used types: Microsoft.AspNetCore.Mvc.Controller Microsoft.AspNetCore.Mvc.ValidateAntiForgeryTokenAttribute Microsoft.AspNetCore.Mvc.ViewComponent
Microsoft.AspNetCore.Rewrite by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0-preview1-final
  • aspnetcore urlrewrite mod_rewrite
ASP.NET Core basic middleware for rewriting URLs. Includes: * Support for custom URL rewrite rules * Support for running IIS URL Rewrite module rules * Support for running Apache mod_rewrite rules.
Microsoft.AspNetCore.Server.Kestrel.Core by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0-preview1-final
  • aspnetcore kestrel
Core components of ASP.NET Core Kestrel cross-platform web server.
Microsoft.Azure.DocumentDB.Core by: Microsoft
  • 4 total downloads
  • Latest version: 2.11.0
  • 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.1.3
  • 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 This library has been replaced by the following new Azure SDKs. You can read about the new Azure SDKs at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure Storage service are: * https://www.nuget.org/packages/Azure.Storage.Blobs * https://www.nuget.org/packages/Azure.Storage.Queues/ * https://www.nuget.org/packages/Azure.Storage.Files.Shares/ It is recommended that you move to the new package.
Microsoft.Build.Locator by: Microsoft
  • 2 total downloads
  • Latest version: 1.5.3
Package that assists in locating and using a copy of MSBuild installed as part of Visual Studio 2017 or higher or .NET Core SDK 2.1 or higher.
Microsoft.CodeAnalysis.AnalyzerUtilities by: Microsoft
  • 1 total downloads
  • Latest version: 3.3.4-beta1.22514.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.
Microsoft.Diagnostics.Tracing.TraceEvent by: Microsoft
  • 2 total downloads
  • Latest version: 3.1.11
  • TraceEvent EventSource Microsoft ETW Event Tracing for Windows
Event Tracing for Windows (ETW) is a powerful logging mechanism built into the Windows OS and is used extensively in Windows. You can also log ETW events yourself code using the System.Diagnostics.Tracing.EventSource class. The TraceEvent library conains the classes needed to control ETW providers (including .NET EventSources) and parse the events they emit. The library includes -- TraceEventSession which can enable ETW providers, -- EtwTraceEventSource which lets you read the stream of ETW events, and -- TraceLog which is is digested form of ETW events which include decoded stack traces associated with the events. See https://github.com/Microsoft/perfview/blob/master/documentation/TraceEvent/TraceEventLibrary.md for more.
Microsoft.EntityFrameworkCore.Analyzers by: Microsoft
  • 1 total downloads
  • Latest version: 2.1.14
  • efcore
CSharp Analyzers for Entity Framework Core.