Forem

# efcore

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Correct Way to Use ExecuteUpdate and ExecuteDelete Methods in EF Core
Cover image for Correct Way to Use ExecuteUpdate and ExecuteDelete Methods in EF Core

Correct Way to Use ExecuteUpdate and ExecuteDelete Methods in EF Core

Comments
5 min read
🚀 Optimize EF Core Queries with AsSplitQuery()

🚀 Optimize EF Core Queries with AsSplitQuery()

8
Comments
3 min read
EF Core Bulk Insert: Boost Your Performance With Entity Framework Extensions
Cover image for EF Core Bulk Insert: Boost Your Performance With Entity Framework Extensions

EF Core Bulk Insert: Boost Your Performance With Entity Framework Extensions

2
Comments 3
10 min read
🚀 𝗘𝗙 𝗖𝗼𝗿𝗲 𝗦𝘁𝗿𝘂𝗴𝗴𝗹𝗲𝘀 𝘄𝗶𝘁𝗵 𝗧𝗿𝗶𝗴𝗴𝗲𝗿𝘀? 𝗦𝘄𝗶𝘁𝗰𝗵 𝘁𝗼 𝗦𝘁𝗼𝗿𝗲𝗱 𝗣𝗿𝗼𝗰𝗲𝗱𝘂𝗿𝗲𝘀!

🚀 𝗘𝗙 𝗖𝗼𝗿𝗲 𝗦𝘁𝗿𝘂𝗴𝗴𝗹𝗲𝘀 𝘄𝗶𝘁𝗵 𝗧𝗿𝗶𝗴𝗴𝗲𝗿𝘀? 𝗦𝘄𝗶𝘁𝗰𝗵 𝘁𝗼 𝗦𝘁𝗼𝗿𝗲𝗱 𝗣𝗿𝗼𝗰𝗲𝗱𝘂𝗿𝗲𝘀!

Comments
1 min read
Migrating From PostgreSQL to MongoDB in a .NET EF Core Application

Migrating From PostgreSQL to MongoDB in a .NET EF Core Application

10
Comments
12 min read
Adding another database provider (for testing) is not working in EF Core 9

Adding another database provider (for testing) is not working in EF Core 9

2
Comments 1
2 min read
Mastering `SelectMany` in EF Core: SQL Equivalents and Best Practices

Mastering `SelectMany` in EF Core: SQL Equivalents and Best Practices

3
Comments
3 min read
How To Create Migrations For Multiple Databases in EF Core
Cover image for How To Create Migrations For Multiple Databases in EF Core

How To Create Migrations For Multiple Databases in EF Core

2
Comments
5 min read
Comprehensive Guide to Implementing Audit Logging in .NET with EF Core Interceptors

Comprehensive Guide to Implementing Audit Logging in .NET with EF Core Interceptors

4
Comments 1
4 min read
Top 10 Mistakes Developers Make in EF Core
Cover image for Top 10 Mistakes Developers Make in EF Core

Top 10 Mistakes Developers Make in EF Core

7
Comments 4
7 min read
Semantic search with Azure MS SQL and EF Core
Cover image for Semantic search with Azure MS SQL and EF Core

Semantic search with Azure MS SQL and EF Core

Comments 1
2 min read
SQL Server key values are compared case-insensitively in EFCore 8

SQL Server key values are compared case-insensitively in EFCore 8

Comments
1 min read
Adding Revision Support to Entities in Entity Framework Core

Adding Revision Support to Entities in Entity Framework Core

3
Comments 2
4 min read
Infamous N+1 Query Problem with Entity Framework Core
Cover image for Infamous N+1 Query Problem with Entity Framework Core

Infamous N+1 Query Problem with Entity Framework Core

Comments 1
5 min read
Running Entity Framework Core Migrations with Optimizely CMS 12

Running Entity Framework Core Migrations with Optimizely CMS 12

Comments
1 min read
Reducing Database Load Without Relying on MARS
Cover image for Reducing Database Load Without Relying on MARS

Reducing Database Load Without Relying on MARS

Comments
1 min read
Boosting EF Core Performance: 7 Essential Optimization Tips
Cover image for Boosting EF Core Performance: 7 Essential Optimization Tips

Boosting EF Core Performance: 7 Essential Optimization Tips

1
Comments
1 min read
How To Manage EF Core DbContext Lifetime
Cover image for How To Manage EF Core DbContext Lifetime

How To Manage EF Core DbContext Lifetime

2
Comments
4 min read
DBConcurrency with EF Core

DBConcurrency with EF Core

1
Comments 2
5 min read
EFCore Tutorial P9:Understanding and Implementing Value Objects

EFCore Tutorial P9:Understanding and Implementing Value Objects

2
Comments
5 min read
EFCore Tutorial P8:Filtering, Sorting, and Paging

EFCore Tutorial P8:Filtering, Sorting, and Paging

Comments
4 min read
EFCore Tutorial P7:Asynchronous queries

EFCore Tutorial P7:Asynchronous queries

2
Comments 1
4 min read
EFCore Tutorial P6: LINQ Queries

EFCore Tutorial P6: LINQ Queries

Comments
5 min read
EFCore Tutorial P5:Backing Fields and Shadow Properties

EFCore Tutorial P5:Backing Fields and Shadow Properties

1
Comments
7 min read
EFCore Tutorial P4:Cleaning Up `OnModelCreating`

EFCore Tutorial P4:Cleaning Up `OnModelCreating`

4
Comments
3 min read
loading...