Microsoft.AspNetCore.Mvc.ViewFeatures by: Microsoft
  • 1 total downloads
  • Latest version: 2.1.0-rc1-final
  • 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.Owin by: Microsoft
  • 2 total downloads
  • Latest version: 3.1.23
  • aspnetcore owin
ASP.NET Core component for running OWIN middleware in an ASP.NET Core application, and to run ASP.NET Core middleware in an OWIN application. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/509f6badec2f3162f0e50330cd9107e5624b379b
Microsoft.AspNetCore.Razor by: Microsoft
  • 2 total downloads
  • Latest version: 1.1.2
  • aspnetcore,cshtml,razor
Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor parser and code generation infrastructure.
Microsoft.AspNetCore.Razor.Language by: Microsoft
  • 5 total downloads
  • Latest version: 6.0.29
Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor parser and code generation infrastructure. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/c83354d42e63d2bb07e6b24b7c67ef91e434f359
Microsoft.AspNetCore.ResponseCaching.Abstractions by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.3
  • aspnetcore cache caching
ASP.NET Core response caching middleware abstractions and feature interface definitions.
Microsoft.AspNetCore.Rewrite by: Microsoft
  • 2 total downloads
  • Latest version: 1.0.4
  • 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.Https by: Microsoft
  • 1 total downloads
  • Latest version: 2.1.0-preview2-final
  • aspnetcore kestrel
HTTPS support for the ASP.NET Core Kestrel cross-platform web server.
Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv by: Microsoft
  • 1 total downloads
  • Latest version: 5.0.9
  • aspnetcore kestrel
Libuv transport for the ASP.NET Core Kestrel cross-platform web server. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/c663adee8e64ba5d379fa0edfb8201984a7df7d0
Microsoft.AspNetCore.SignalR by: Microsoft
  • 1 total downloads
  • Latest version: 1.0.1
  • aspnetcore signalr
Components for providing real-time bi-directional communication across the Web.
Microsoft.AspNetCore.SignalR.Common by: Microsoft
  • 2 total downloads
  • Latest version: 9.0.11
  • aspnetcore signalr
Common serialization primitives for SignalR Clients Servers This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d3aba8fe1a0d0f5c145506f292b72ea9d28406fc
Microsoft.AspNetCore.SignalR.Protocols.Json by: Microsoft
  • 2 total downloads
  • Latest version: 7.0.7
  • aspnetcore signalr
Implements the SignalR Hub Protocol using System.Text.Json. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/3dfc6fda80a10797b8c8fda1970e7b377fd8ed8d
Microsoft.AspNetCore.SpaServices by: Microsoft
  • 1 total downloads
  • Latest version: 2.3.9
Helpers for building single-page applications on ASP.NET MVC Core.
Microsoft.AspNetCore.TestHost by: Microsoft
  • 2 total downloads
  • Latest version: 5.0.0-preview.6.20312.15
  • aspnetcore hosting testing
ASP.NET Core web server for writing and running tests. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/da6e34b3e17bac8fd1f78c7e76d7ed6192514651
Microsoft.Azure.Cosmos by: Microsoft
  • 2 total downloads
  • Latest version: 3.49.0
  • microsoft azure cosmos cosmosdb documentdb docdb nosql azureofficial dotnetcore netcore netstandard
This client library enables client applications to connect to Azure Cosmos DB via the NoSQL 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.DocumentDB.Core by: Microsoft
  • 1 total downloads
  • Latest version: 2.8.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.Common by: Microsoft
  • 2 total downloads
  • Latest version: 11.2.3
  • Microsoft, Azure, StorageScalable, azureofficial
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.Bcl.AsyncInterfaces by: Microsoft
  • 1 total downloads
  • Latest version: 10.0.4
Provides the IAsyncEnumerable<T> and IAsyncDisposable interfaces and helper types for .NET Standard 2.0. This package is not required starting with .NET Standard 2.1 and .NET Core 3.0.
Microsoft.Bcl.Memory by: Microsoft
  • 1 total downloads
  • Latest version: 9.0.2
Provides Base64Url, Index and Range types support for .NET Framework and .NET Standard.
Microsoft.Bcl.TimeProvider by: Microsoft
  • 2 total downloads
  • Latest version: 9.0.6
Provides support for system time abstraction primitives for .NET Framework and .NET Standard.
Microsoft.Build.Tasks.Core by: Microsoft
  • 1 total downloads
  • Latest version: 16.8.0
  • MSBuild
This package contains the Microsoft.Build.Tasks assembly which implements the commonly used tasks of MSBuild.