
LeftJoin and RightJoin Operators in EF Core 10
Article Sponsors EF Core too slow? Insert data up to 14x faster and cut save time by 94%. Boost…
Stay updated with the newest .NET tutorials and coding articles. Learn C#, explore ASP.NET Core, EF Core, and improve your development skills with step-by-step guides.

Article Sponsors EF Core too slow? Insert data up to 14x faster and cut save time by 94%. Boost…

Explore every customizable BulkInsert option in Entity Framework Extensions, including behavior settings, custom keys, batch tuning, IncludeGraph, performance options, and provider-specific features.

C# 14 introduces powerful improvements like extension members, the new field keyword, cleaner lambdas, null-conditional assignment, and performance-focused features that simplify everyday coding and make .NET 10 apps faster and more expressive.

Discover the most powerful EF Core bulk operation options—from IncludeGraph to batch tuning, temporary tables, audit logs, and events. A must-read for EF Core 10 developers.

EF Core 9 introduces flexible data seeding with UseSeeding() and UseAsyncSeeding(). Learn how to use these new APIs, compare them with HasData(), and follow best practices for initializing your database.

Discover how to combine Dapper’s simplicity with Dapper Plus’s speed to perform high-performance CRUD operations in .NET.
See how bulk methods and benchmarks prove up to 24× faster inserts and 15× faster updates.

Building intelligent workflows with multiple AI components can quickly become complex, especially when managing how they interact and share data. That’s where the Microsoft Agent Framework comes in.

Handling large data sets in EF Core can quickly become a performance challenge, especially when using the standard Where + Contains approach. That’s where Entity Framework Extensions comes in.

Efficient pagination is key when working with large datasets in EF Core. In this guide, we explore two main strategies Offset Pagination and Keyset (Cursor-Based) Pagination, along with advanced techniques like indexing for performance.