Found 372 packages
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
Provides abstractions and attributes that are used to configure Entity Framework Core
Shared Entity Framework Core components for relational database providers.
CSharp Analyzers for Entity Framework Core.
Shared design-time components for Entity Framework Core tools.
Microsoft SQL Server database provider for Entity Framework Core.
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
In-memory database provider for Entity Framework Core (to be used for testing purposes).
SQLite database provider for Entity Framework Core. This package does not include a copy of the native SQLite library.
SQLite database provider for Entity Framework Core.
Lazy loading proxies for Entity Framework Core.
Shared design-time Entity Framework Core components for relational database providers.
NetTopologySuite support for the Microsoft SQL Server database provider for Entity Framework Core.
Design-time Entity Framework Core functionality for SQLite
Provides abstractions that are used by models in conjunction with the SQL Server EF Core provider Commonly Used Types: Microsoft.EntityFrameworkCore.HierarchyId
Adds hierarchyid support to the SQL Server EF Core provider
Azure Cosmos provider for Entity Framework Core.
ASP.NET Core Identity provider that uses Entity Framework Core. This package was built from the source code at https://github.com/dotnet/dotnet/tree/c2435c3e0f46de784341ac3ed62863ce77e117b4
Design-time Entity Framework Core Functionality for Microsoft SQL Server.
Entity Framework Core .NET Command Line Tools. Includes dotnet-ef.