Microsoft.AspNetCore.Identity.UI
by: Microsoft
- 2 total downloads
- Latest version: 9.0.11
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/d3aba8fe1a0d0f5c145506f292b72ea9d28406fc
Microsoft.AspNetCore.Localization
by: Microsoft
- 5 total downloads
- Latest version: 2.0.0-preview2-final
ASP.NET Core middleware for automatically applying culture information to HTTP requests. Culture information can be specified in the HTTP header, query string, cookie, or custom source.
Microsoft.AspNetCore.Mvc
by: Microsoft
- 2 total downloads
- Latest version: 2.0.0
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.Analyzers
by: Microsoft
- 3 total downloads
- Latest version: 2.2.0
CSharp Analyzers for ASP.NET Core MVC.
Microsoft.AspNetCore.Mvc.Localization
by: Microsoft
- 6 total downloads
- Latest version: 2.0.0
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
- 2 total downloads
- Latest version: 1.1.3
ASP.NET Core MVC design time hosting infrastructure for the Razor view engine.
Microsoft.AspNetCore.Razor
by: Microsoft.AspNetCore.Razor
- 1 total downloads
- Latest version: 1.0.0
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.Server.Kestrel.Core
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0
Core components of ASP.NET Core Kestrel cross-platform web server.
Microsoft.AspNetCore.Server.Kestrel.Https
by: Microsoft
- 5 total downloads
- Latest version: 2.0.0
HTTPS support for the ASP.NET Core Kestrel cross-platform web server.
Microsoft.AspNetCore.Session
by: Microsoft
- 4 total downloads
- Latest version: 1.1.1
ASP.NET Core session state middleware.
Microsoft.AspNetCore.SpaServices
by: Microsoft
- 2 total downloads
- Latest version: 2.0.0
Helpers for building single-page applications on ASP.NET MVC Core.
Microsoft.Azure.Cosmos
by: Microsoft
- 24 total downloads
- Latest version: 3.34.0
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.Build.Tasks.SourceControl
by: Microsoft
- 1 total downloads
- Latest version: 1.0.0-beta-62905-03
MSBuild tasks providing source control information.
Microsoft.CodeAnalysis.AnalyzerUtilities
by: Microsoft
- 1 total downloads
- Latest version: 5.0.0-1.25277.114
Analyzer utilities for various analyses, including Dataflow analysis based on ControlFlowGraph API in Microsoft.CodeAnalysis.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/dotnet/commit/ddf39a1b4690fbe23aea79c78da67004a5c31094.
Microsoft.EntityFrameworkCore.Sqlite.Design
by: Microsoft
- 4 total downloads
- Latest version: 2.0.0-preview1-final
Design-time Entity Framework Core functionality for SQLite
Microsoft.EntityFrameworkCore.Tools
by: Microsoft
- 1 total downloads
- Latest version: 3.1.23
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.Configuration
by: Microsoft
- 1 total downloads
- Latest version: 1.0.0-rc1-final
Implementation of key-value pair based configuration. Includes the memory configuration provider.
Microsoft.Extensions.Configuration.FileExtensions
by: Microsoft
- 1 total downloads
- Latest version: 1.1.2
Extension methods for configuring file-based configuration providers for Microsoft.Extensions.Configuration.
Microsoft.Extensions.FileProviders.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 1.1.0-preview1-final
Abstractions of files and directories.
Commonly used types:
Microsoft.Extensions.FileProviders.IDirectoryContents
Microsoft.Extensions.FileProviders.IFileInfo
Microsoft.Extensions.FileProviders.IFileProvider
Microsoft.Extensions.FileSystemGlobbing
by: Microsoft.Extensions.FileSystemGlobbing
- 2 total downloads
- Latest version: 1.0.0-rc2-final
File system globbing to find files matching a specified pattern.