Microsoft.AspNetCore.DataProtection.Extensions
by: Microsoft
- 6 total downloads
- Latest version: 2.0.0
Additional APIs for ASP.NET Core data protection.
Microsoft.AspNetCore.Hosting
by: Microsoft.AspNetCore.Hosting
- 1 total downloads
- Latest version: 1.0.0
ASP.NET Core hosting infrastructure and startup logic for web applications.
Microsoft.AspNetCore.Identity
by: Microsoft
- 5 total downloads
- Latest version: 2.0.0
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.UI
by: Microsoft
- 2 total downloads
- Latest version: 8.0.0-preview.2.23153.2
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/5ae8106f83d4d23cd0a2d2474c1b15e4d5dfc9eb
Microsoft.AspNetCore.MiddlewareAnalysis
by: Microsoft.AspNetCore.MiddlewareAnalysis
- 1 total downloads
- Latest version: 1.0.4
ASP.NET Core middleware for analyzing middleware in the request pipeline with System.Diagnostics.DiagnosticSource.
Microsoft.AspNetCore.Mvc.ApiExplorer
by: Microsoft
- 8 total downloads
- Latest version: 2.0.0
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.Razor.ViewCompilation
by: Microsoft
- 3 total downloads
- Latest version: 1.1.6
Build-time references required to enable Razor view compilation as part of building the application.
Microsoft.AspNetCore.Mvc.RazorPages
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview1-final
ASP.NET Core MVC Razor Pages.
Microsoft.AspNetCore.Mvc.TagHelpers
by: Microsoft
- 3 total downloads
- Latest version: 1.1.7
ASP.NET Core MVC default tag helpers. Contains tag helpers for anchor tags, HTML input elements, caching, scripts, links (for CSS), and more.
Microsoft.AspNetCore.Razor.Design
by: Microsoft
- 6 total downloads
- Latest version: 2.3.0
Razor is a markup syntax for adding server-side logic to web pages. This package contains MSBuild support for Razor.
Microsoft.AspNetCore.Server.HttpSys
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview2-final
ASP.NET Core HTTP server that uses the Windows HTTP Server API.
Microsoft.AspNetCore.SignalR
by: Microsoft
- 1 total downloads
- Latest version: 1.0.0-alpha2-final
Components for providing real-time bi-directional communication across the Web.
Microsoft.AspNetCore.SpaServices.Extensions
by: Microsoft
- 2 total downloads
- Latest version: 2.0.0-rc1-final
Helpers for building single-page applications on ASP.NET MVC Core.
Microsoft.Azure.Cosmos.Direct
by: Microsoft
- 1 total downloads
- Latest version: 3.0.0.6-preview
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.Azure.DocumentDB.Core
by: Microsoft
- 10 total downloads
- Latest version: 2.16.2
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.Common
by: Microsoft
- 1 total downloads
- Latest version: 11.2.3
This client library enables working with the Microsoft Azure Storage services which include the blob and file services for storing binary and text data, and the 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/Common/README.md and https://github.com/Azure/azure-storage-net/blob/master/Common/changelog.txt
in addition to the breaking changes https://github.com/Azure/azure-storage-net/blob/master/Common/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/
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.Data.SqlClient.SNI.runtime
by: Microsoft
- 7 total downloads
- Latest version: 5.2.0-preview1.23340.1
Internal implementation package not meant for direct consumption. Please do not reference directly.
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Diagnostics.Tracing.TraceEvent
by: Microsoft
- 2 total downloads
- Latest version: 2.0.60
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
- 6 total downloads
- Latest version: 10.0.0-preview.7.25380.108
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.Relational
by: Microsoft.EntityFrameworkCore.Relational
- 1 total downloads
- Latest version: 1.0.3
Shared Entity Framework Core components for relational database providers.