This repository was archived by the owner on Feb 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 1515* NuGet [ ![ NuGet] ( https://img.shields.io/nuget/vpre/linq2db.EntityFrameworkCore.svg )] ( https://www.nuget.org/packages/linq2db.EntityFrameworkCore )
1616* Azure Artifacts [ ![ MyGet] ( https://img.shields.io/badge/azure-download-yellowgreen )] ( https://dev.azure.com/linq2db/linq2db/_packaging?_a=package&feed=linq2db&view=versions&package=linq2db.EntityFrameworkCore&protocolType=NuGet ) ([ feed] ( https://pkgs.dev.azure.com/linq2db/linq2db/_packaging/linq2db/nuget/v3/index.json ) )
1717
18+ # Unique features
19+ * Fast Eager Loading (incomparable faster on massive ` Include ` query)
20+ * Global Query Filters optimization
21+ * Better SQL optimization
22+ * [ Use CTE in LINQ queries] ( https://linq2db.github.io/articles/sql/CTE.html )
23+ * [ MERGE statement support] ( https://linq2db.github.io/articles/sql/merge/Merge-API-Description.html )
24+ * Table hints
25+ * Full Window functions support
26+ * Fast [ BulkCopy] ( https://linq2db.github.io/articles/sql/Bulk-Copy.html ) of millions records
27+ * Native SQL operations for updating, deleting, inserting records via LINQ query
28+ * Temporary Tables support
29+ * Cross Database/Linked Server queries.
30+ * Full Text Search extensions
31+ * A lot of extensions to cover ANSI SQL
1832# How to use
1933
2034In your code you need to initialize integration using following call:
You can’t perform that action at this time.
0 commit comments