data access
Entity Framework Core Articles, Tutorials & News
Entity Framework Core articles, tutorials, and news from the DotNetNews archive.
544 articles Updated Page 11 of 22
Browse additional Entity Framework Core articles from the DotNetNews archive.
Entity Framework Core articles
Page 11 of 22
Newest first
-
The EF Core Trick That Automatically Secures Your Data
medium.com Issue #327
Why Your Database Queries Are Probably Leaking Data
-
How To Use The Specification Design Pattern With EF Core 8 (Clean Architecture Version).
medium.com Issue #324
(A Deep-Dive, Real Project Example for Enterprise Developers)
-
The One LINQ Method You NEED for Cleaner EF Core: Select
medium.com Issue #323
If you want the full source code, join our community: Here
-
Why I Use the Unit of Work Pattern With EF Core | Clean Architecture (.NET 9)
medium.com Issue #323
How this one architecture decision changed the way I build software forever.
-
How to Apply Global Query Filters in EF Core — A Complete Real-World Guide (Clean Architecture, .NET
medium.com Issue #322
Part 1 of 2 — Enterprise-Level Implementation + Real Project Code
-
Entity Framework Core: A Deep Dive into Modern Data Access
medium.com Issue #322
If you’re a .NET developer, you’ve likely encountered the challenge of bridging the gap between your C# code and a database. This is where…
-
How LINQ Turns Your C# Code into SQL Queries (With Real Examples)
jaykrishnareddy.medium.com Issue #322
When working with databases in .NET, Language Integrated Query (LINQ) is one of the most elegant features ever introduced. It allows you…
-
Add request logging to a database in an ASP.NET Core Web API
roundthecode.com Issue #321
Learn how to add request logging to a database in an ASP.NET Core Web API using Entity Framework Core to effectively monitor and analyse API traffic. The page Add request logging to a database in an A...
-
Why We Should Avoid Lazy Loading in EF Core
malshikay.medium.com Issue #320
The downside of lazy loading in EF Core
-
Handling Deadlocks in EF Core: Prevention and Recovery Strategies
medium.com Issue #320
Prevent and recover from EF Core database deadlocks using retry patterns, transaction design, and smart indexing best practices.
-
⚡ One Trick To Improve EF Core Performance Using Query Splitting.
medium.com Issue #319
Often the simplest change — AsSplitQuery() — yields the biggest production performance improvement when you’re using multiple Include()s.”…
-
EF Core Performance Optimization Challenge | 233× Faster with Codes.
medium.com Issue #318
How to squeeze major performance gains from Entity Framework Core (EF Core) in .NET 9 using Clean Architecture, benchmarks &…
-
9 Practical Ways to Speed Up EF Core with Compiled Queries in .NET 9 (Clean Architecture Friendly)
medium.com Issue #317
If you want the full source code, join our community: Here
-
I Finally Understood What [Owned] Means in EF Core — Here’s the Simple Explanation
medium.com Issue #317
If you’ve been exploring Entity Framework Core, you might have seen the [Owned] attribute and wondered what it really does.
-
Entity Framework Core Nedir? .NET Geliştiricisinin Veritabanı İle İmtihanını Bitiren Araç
medium.com Issue #316
Bir önceki yazımızda ORM (Object-Relational Mapping) kavramının ne olduğunu ve yazılım ile veritabanı arasındaki o “çeviri” problemini…
-
Understanding EF Core Async Query Methods: LoadAsync(), FirstAsync(), FirstOrDefaultAsync()…
medium.com Issue #316
Introduction
-
Entity Framework vs Dapper: Hangisi Senin Projen İçin?
medium.com Issue #315
Veritabanı işlemleri her .NET geliştiricisinin en sık karşılaştığı konulardan biri. Peki Entity Framework mı kullanmalı, yoksa Dapper’a mı…
-
Managing Permissions with EF Core Migrations (Part 2): A No-Nonsense Guide That Actually Scales
medium.com Issue #315
If you want the full source code, join our community: Here
-
Stop Storing JSON as Text: EF 10 Makes It Native
medium.com Issue #314
Explore EF 10’s support for SQL Server’s new JSON data type Continue reading on .Net Programming »
-
The Great EF Core Trap: ValueGeneratedOnAddOrUpdate vs ValueGeneratedOnAdd
medium.com Issue #314
Why the heck is my ValueGenerator not firing on update?!” If you’ve ever screamed this into your keyboard while staring at your entity…
-
Repository Pattern With Entity Framework Core | Clean Architecture, .NET 9
medium.com Issue #314
“A repository is like a well-organized library — it hides the messy details of where and how the books (data) are stored, so readers (the…
-
How LINQ Turns Your C# Code into SQL Queries (With Real Examples)
c-sharpcorner.com Issue #312
Unlock the power of LINQ! This article provides a comprehensive guide on how LINQ translates your C# code into efficient SQL queries. Learn with practical examples demonstrating filtering, joining, or...
-
How to Handle Large Datasets Efficiently with EF Core and Pagination
medium.com Issue #312
Learn how to query and paginate millions of records in EF Core without killing performance or using up memory.
-
Avoiding N+1 Queries in EF Core: Practical Patterns and Fixes
medium.com Issue #312
How to optimize EF Core performance by preventing N+1 queries in your .NET apps with practical solutions and proven design patterns.
-
Entity Framework Core 9 Fundamentals: Part 6 - Mastering Data Modeling & Relationships Guide
c-sharpcorner.com Issue #311
Master data modeling and relationships in Entity Framework Core 9! This guide covers data annotations, Fluent API, one-to-many, one-to-one, and many-to-many relationships. Learn to control your databa...