Microsoft.AspNetCore.Mvc.Localization
by: Microsoft.AspNetCore.Mvc.Localization
- 1 total downloads
- Latest version: 1.0.6
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.Host
by: Microsoft
- 3 total downloads
- Latest version: 1.1.4
ASP.NET Core MVC design time hosting infrastructure for the Razor view engine.
Microsoft.AspNetCore.Mvc.ViewFeatures
by: Microsoft.AspNetCore.Mvc.ViewFeatures
- 3 total downloads
- Latest version: 1.0.0-rc2-final
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.Razor
by: Microsoft.AspNetCore.Razor
- 1 total downloads
- Latest version: 1.0.0-rc2-final
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.Session
by: Microsoft
- 2 total downloads
- Latest version: 1.1.0-preview1-final
ASP.NET Core session state middleware.
Microsoft.AspNetCore.SpaServices.Extensions
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview1-final
Helpers for building single-page applications on ASP.NET MVC Core.
Microsoft.AspNetCore.StaticFiles
by: Microsoft
- 2 total downloads
- Latest version: 2.0.0
ASP.NET Core static files middleware. Includes middleware for serving static files, directory browsing, and default files.
Microsoft.AspNetCore.WebSockets
by: Microsoft
- 1 total downloads
- Latest version: 0.2.0-preview1-final
ASP.NET Core web socket middleware for use on top of opaque servers.
Microsoft.Azure.Cosmos
by: Microsoft
- 2 total downloads
- Latest version: 3.27.1-preview
This client library enables client applications to connect to Azure Cosmos via the SQL API. Azure Cosmos is a globally distributed, multi-model database service. For more information, refer to http://azure.microsoft.com/services/cosmos-db/.
Microsoft.CodeAnalysis.PublicApiAnalyzers
by: Microsoft
- 12 total downloads
- Latest version: 4.14.0
Public API Analyzers
Microsoft.CodeCoverage
by: Microsoft
- 4 total downloads
- Latest version: 17.3.0-preview-20220426-02
Microsoft.CodeCoverage package brings infra for collecting code coverage from vstest.console.exe and "dotnet test".
Microsoft.Data.SqlClient.SNI.runtime
by: Microsoft
- 1 total downloads
- Latest version: 5.1.0-preview1.22278.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.Data.Sqlite
by: Microsoft
- 5 total downloads
- Latest version: 2.0.0
SQLite implementation of the System.Data.Common provider model.
Commonly Used Types:
Microsoft.Data.Sqlite.SqliteCommand
Microsoft.Data.Sqlite.SqliteConnection
Microsoft.Data.Sqlite.SqliteConnectionStringBuilder
Microsoft.Data.Sqlite.SqliteDataReader
Microsoft.Data.Sqlite.SqliteException
Microsoft.Data.Sqlite.SqliteFactory
Microsoft.Data.Sqlite.SqliteParameter
Microsoft.Data.Sqlite.SqliteTransaction
Microsoft.EntityFrameworkCore.Analyzers
by: Microsoft
- 1 total downloads
- Latest version: 10.0.0-preview.7.25380.108
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.InMemory
by: Microsoft
- 1 total downloads
- Latest version: 1.1.0-preview1-final
In-memory database provider for Entity Framework Core (to be used for testing purposes).
Microsoft.EntityFrameworkCore.Sqlite.Design
by: Microsoft.EntityFrameworkCore.Sqlite.Design
- 2 total downloads
- Latest version: 1.0.4
Design-time Entity Framework Core functionality for SQLite
Microsoft.EntityFrameworkCore.Tools
by: Microsoft
- 2 total downloads
- Latest version: 3.1.31
Entity Framework Core Tools for the NuGet Package Manager Console in Visual Studio.
Enables these commonly used commands:
Add-Migration
Drop-Database
Get-DbContext
Scaffold-DbContext
Script-Migrations
Update-Database
Microsoft.Extensions.Caching.Memory
by: Microsoft
- 1 total downloads
- Latest version: 1.1.0-preview1-final
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
Microsoft.Extensions.Configuration
by: Microsoft
- 1 total downloads
- Latest version: 1.1.1
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
Microsoft.Extensions.Configuration.AzureKeyVault
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview2-final
Azure KeyVault configuration provider implementation for Microsoft.Extensions.Configuration.