Microsoft.DotNet.Web.ProjectTemplates.6.0
by: Microsoft
- 91 total downloads
- Latest version: 6.0.36
ASP.NET Core Web Template Pack for Microsoft Template Engine
To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.ProjectTemplates.6.0::6.0.36'.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/64ea4108e7dcf1ca575f8dd2028363b0b1ef6ebc
Microsoft.DotNet.Web.Spa.ProjectTemplates.3.1
by: Microsoft
- 110 total downloads
- Latest version: 3.1.32
Single Page Application templates for ASP.NET Core
To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.Spa.ProjectTemplates.3.1::3.1.32'.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/3eeb12e106b9e913c3a4dec1a7d16da7b74149eb
Microsoft.DotNet.Web.Spa.ProjectTemplates.5.0
by: Microsoft
- 59 total downloads
- Latest version: 5.0.17
Single Page Application templates for ASP.NET Core
To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.Spa.ProjectTemplates.5.0::5.0.17'.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/02c6de4ba6022025fcda7581415f310f8c73cdc3
Microsoft.DotNet.Web.Spa.ProjectTemplates.6.0
by: Microsoft
- 157 total downloads
- Latest version: 6.0.36
Single Page Application templates for ASP.NET Core
To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.Spa.ProjectTemplates.6.0::6.0.36'.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/800de95e1e05a831cb64f7dba88624bac42c7ede
Microsoft.EntityFrameworkCore
by: Microsoft
- 999 total downloads
- Latest version: 5.0.17
Entity Framework Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations. EF Core works with SQL Server, Azure SQL Database, SQLite, Azure Cosmos DB, MySQL, PostgreSQL, and other databases through a provider plugin API.
Commonly Used Types:
Microsoft.EntityFrameworkCore.DbContext
Microsoft.EntityFrameworkCore.DbSet
Microsoft.EntityFrameworkCore.Abstractions
by: Microsoft
- 646 total downloads
- Latest version: 5.0.17
Provides abstractions and attributes that are used to configure Entity Framework Core
Microsoft.EntityFrameworkCore.Analyzers
by: Microsoft
- 1.512k total downloads
- Latest version: 11.0.0-preview.2.26159.112
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.Design
by: Microsoft
- 920 total downloads
- Latest version: 5.0.17
Shared design-time components for Entity Framework Core tools.
Microsoft.EntityFrameworkCore.InMemory
by: Microsoft
- 1.107k total downloads
- Latest version: 5.0.17
In-memory database provider for Entity Framework Core (to be used for testing purposes).
Microsoft.EntityFrameworkCore.Proxies
by: Microsoft
- 938 total downloads
- Latest version: 5.0.17
Lazy-loading proxies for Entity Framework Core.
Microsoft.EntityFrameworkCore.Relational
by: Microsoft
- 902 total downloads
- Latest version: 5.0.17
Shared Entity Framework Core components for relational database providers.
Microsoft.EntityFrameworkCore.Relational.Design
by: Microsoft
- 174 total downloads
- Latest version: 2.0.0-preview1-final
Shared design-time Entity Framework Core components for relational database providers.
Microsoft.EntityFrameworkCore.Sqlite
by: Microsoft
- 898 total downloads
- Latest version: 5.0.17
SQLite database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.Sqlite.Core
by: Microsoft
- 816 total downloads
- Latest version: 5.0.17
SQLite database provider for Entity Framework Core. This package does not include a copy of the native SQLite library.
Microsoft.EntityFrameworkCore.Sqlite.Design
by: Microsoft
- 160 total downloads
- Latest version: 2.0.0-preview1-final
Design-time Entity Framework Core functionality for SQLite
Microsoft.EntityFrameworkCore.SqlServer
by: Microsoft
- 1k total downloads
- Latest version: 5.0.17
Microsoft SQL Server database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.SqlServer.Abstractions
by: Microsoft
- 325 total downloads
- Latest version: 11.0.0-preview.2.26159.112
Provides abstractions that are used by models in conjunction with the SQL Server EF Core provider
Commonly Used Types:
Microsoft.EntityFrameworkCore.HierarchyId
Microsoft.EntityFrameworkCore.SqlServer.Design
by: Microsoft
- 172 total downloads
- Latest version: 2.0.0-preview1-final
Design-time Entity Framework Core Functionality for Microsoft SQL Server.
Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite
by: Microsoft
- 799 total downloads
- Latest version: 5.0.17
NetTopologySuite support for the Microsoft SQL Server database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.Tools
by: Microsoft
- 2.046k total downloads
- Latest version: 11.0.0-preview.2.26159.112
Entity Framework Core Tools for the NuGet Package Manager Console in Visual Studio.
Enables these commonly used commands:
Add-Migration
Bundle-Migration
Drop-Database
Get-DbContext
Get-Migration
Optimize-DbContext
Remove-Migration
Scaffold-DbContext
Script-Migration
Update-Database