efcore
ORM library
A modern object-database mapper for .NET, supporting LINQ queries and schema migrations.
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
14k stars
905 watching
3k forks
Language: C#
last commit: 6 days ago
Linked from 4 awesome lists
aspnet-productc-sharpdatabasedotnet-coredotnet-frameworkdotnet-standardentity-frameworkhacktoberfestorm
Related projects:
Repository | Description | Stars |
---|---|---|
borisdj/efcore.bulkextensions | A set of Entity Framework Core extensions for bulk CRUD operations on various databases. | 3,667 |
mongodb/mongo-efcore-provider | Provides a bridge between Entity Framework Core and MongoDB, enabling the use of EF Core's features with a MongoDB backend. | 332 |
dotnet/ef6 | An object-relational mapper for .NET that eliminates the need for data-access code. | 1,432 |
npgsql/efcore.pg | A provider that allows .NET developers to interact with PostgreSQL databases using the Entity Framework Core API. | 1,565 |
zzzprojects/entityframework-plus | Enhances Entity Framework with additional features and improvements for performance and batch operations | 2,267 |
zzzprojects/system.linq.dynamic.core | A .NET library that enables dynamic LINQ queries on top of IQueryable objects. | 1,569 |
erikej/efcorepowertools | Tools for reverse engineering and visualizing EF Core models in Visual Studio and the command line. | 2,187 |
linq2db/linq2db | A C# library providing a type-safe layer between .NET code and various databases | 2,986 |
fluentmigrator/fluentmigrator | A migration framework for .NET that enables developers to manage and version their database schema | 3,265 |
dotnetcore/sharding-core | A high-performance solution for EF Core sharding and read-write separation in databases | 1,168 |
thliborius/efcorenexus | A set of libraries and tools to simplify the integration of Entity Framework Core into Blazor applications. | 3 |
rowanmiller/demo-efcore | Provides resources and code for delivering a talk about Entity Framework Core | 114 |
dotnet/sdk | Provides shared functionality to create .NET projects, used by both Visual Studio and the .NET CLI. | 2,728 |
kgrzybek/sample-dotnet-core-cqrs-api | Sample .NET Core CQRS API with raw SQL and Domain-Driven Design using Clean Architecture | 2,892 |
dotnet/dotnet-docker | Provides pre-built Docker images for .NET applications and tools. | 4,490 |