From 018ed6ea667cff239681c2fb20e8a6ec8ef726f1 Mon Sep 17 00:00:00 2001 From: SolidArcSoftware Date: Wed, 29 Jul 2026 23:23:09 +0200 Subject: [PATCH] Add DataArc.EntityFrameworkCore to EF Core extensions (#5434) --- entity-framework/core/extensions/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/entity-framework/core/extensions/index.md b/entity-framework/core/extensions/index.md index c5a7297b46..63a6c3bbbb 100644 --- a/entity-framework/core/extensions/index.md +++ b/entity-framework/core/extensions/index.md @@ -316,6 +316,12 @@ Tracks custom SQL and database objects (views, functions, triggers, etc.) as par [GitHub repository](https://github.com/AndreqGav/EFCore.Migrations.CustomSql) | [NuGet](https://www.nuget.org/packages/EFCore.Migrations.CustomSql) +### DataArc.EntityFrameworkCore + +Extends Entity Framework Core with structured command and query execution across registered `DbContext` boundaries. Includes command and query builders, bulk and parallel operations, structured execution results, transaction-aware execution, and database generation. Commercially licensed with a 14-day evaluation trial. For EF Core: 6-10. + +[Website](https://www.dataarc.dev) | [GitHub repository](https://github.com/SolidArcSoftware/DataArc.EntityFrameworkCore) | [NuGet](https://www.nuget.org/packages/DataArc.EntityFrameworkCore) | [Documentation](https://solidarcsoftware.github.io/DataArc.EntityFrameworkCore/) + ## API Integrations These packages are designed to integrate directly with EF Core to expose various APIs.