Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 9.0.0 |
Author(s): | Microsoft |
Last Update: | Tuesday, November 12, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://docs.microsoft.com/ef/core/ |
NuGet Url: | https://www.nuget.org/packages/Microsoft.EntityFrameworkCore |
Install
Install-Package Microsoft.EntityFrameworkCore
dotnet add package Microsoft.EntityFrameworkCore
paket add Microsoft.EntityFrameworkCore
Microsoft.EntityFrameworkCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore.Abstractions(>= 5.0.2)
- Microsoft.EntityFrameworkCore.Analyzers(>= 5.0.2)
- Microsoft.Extensions.Caching.Memory(>= 5.0.0)
- Microsoft.Extensions.DependencyInjection(>= 5.0.1)
- Microsoft.Extensions.Logging(>= 5.0.0)
- System.Collections.Immutable(>= 5.0.0)
- System.ComponentModel.Annotations(>= 5.0.0)
- System.Diagnostics.DiagnosticSource(>= 5.0.1)
Tags
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.