data access
Entity Framework Core Articles, Tutorials & News
Entity Framework Core articles, tutorials, and news from the DotNetNews archive.
544 articles Updated Page 10 of 22
Browse additional Entity Framework Core articles from the DotNetNews archive.
Entity Framework Core articles
Page 10 of 22
Newest first
-
Split Queries in EF Core (.NET 9): When to Use Them (and When to Run)
medium.com Issue #340
If you’ve ever pulled a big object graph with multiple collections and watched your API crawl (or your memory spike), you’ve probably met…
-
How to Optimize EF Core Query Performance with Compiled Queries in .NET 9
medium.com Issue #340
Part 1: Why My Fast Database Got Slow (And How Compiled Queries Saved It)
-
Migration Conflicts in EF Core: How to Fix Duplicate, Missing, or Broken Migrations
medium.com Issue #340
A comprehensive guide to diagnosing and resolving EF Core migration conflicts in modern .NET applications
-
Stop Writing 10 Repository Methods for One Query! — Harness the Specification Pattern in EF Core
medium.com Issue #339
What’s the story about? It’s the morning after an API launch. A simple new endpoint — “Get gatherings by creator name and include…
-
Will This New EF Core Feature Be the End of Dapper?
medium.com Issue #339
If you want the full source code, join our community: Here
-
EF Core 10 Just Dropped — And It Might Be the Biggest Upgrade .NET Has Ever Seen
blog.stackademic.com Issue #339
A deep, practical exploration of the most ambitious EF release yet, packed with new performance features, powerful LINQ upgrades, and… Continue reading on Stackademic »
-
Optimistic Locking vs Pessimistic Locking with EF Core (.NET 9): The Clear, Battle-Tested Guide
medium.com Issue #338
.NET Day on Agentic Modernization Coming Soon
-
.NET’s SqlBulkCopy with Python
cortlandgoffena.medium.com Issue #338
If you’ve ever used Python to interact with SQL Server, you know that Python is treated like a 3rd party citizen. If you’re using…
-
Wait — Isn’t DbContext Already a Repository?
medium.com Issue #338
The Real-World Case for the Repository Pattern in Clean Architecture & .NET 8 (with EF Core)
-
Domain-Driven Design Without an ORM Using the Snapshot Pattern
medium.com Issue #338
📘 PART 1 — Why You Don’t Need an ORM in DDD (And How the Snapshot Pattern Saves the Day)
-
Using sortable UUID / GUIDs in Entity Framework
steven-giesel.com Issue #338
.NET 9 introduced Guid.CreateVersion7() / Guid.CreateVersion7(DateTimeOffset) methods to create sortable UUIDs / GUIDs based on the time of their creation. This can be particularly useful in databases...
-
How AsNoTracking() Makes Your EF Core Queries Faster
miguelbarros1983.medium.com Issue #336
A Practical Proof of Concept Using BenchmarkDotNet
-
Building Read Models with EF Core Projections
blog.elmah.io Issue #335
You can't really argue against the importance of performance in any application. Even if the system is not time-critical, efficient and time-saving operations are cornerstones of the system. Data fetc...
-
Entity Framework DB First
medium.com Issue #334
Yazılım geliştirme dünyasında veri tabanı ile uygulama arasındaki iletişim, projenin omurgasını oluşturur. Modern uygulama geliştirmede…
-
Preventing Over-Posting and Under-Posting in EF Core Models
medium.com Issue #332
A practical guide to securing your .NET APIs by preventing over-posting, under-posting, and unintended EF Core data updates.
-
The Generic Repository Pattern with EF Core — Why It Sucks (and What to Do Instead)
medium.com Issue #331
If you want the full source code, join our community: Here
-
Working with Raw SQL in EF Core Without Losing Safety
medium.com Issue #331
How to safely execute raw SQL in EF Core using “FromSql”, interpolated queries, and parameter binding to prevent SQL injection.
-
Implementing the Outbox Pattern in ASP.NET Core for Reliable Message Delivery
c-sharpcorner.com Issue #330
Ensure reliable message delivery in ASP.NET Core with the Outbox Pattern. Learn how to implement it using EF Core and RabbitMQ/Kafka for robust microservices.
-
Build a Task Question Assignment Feature in ASP.NET Core (Step-by-Step)
c-sharpcorner.com Issue #330
Build a task assignment feature in ASP.NET Core! Learn to store, fetch, and display assigned questions using EF Core. Includes filtering and status updates.
-
.NET 10 & C# 14 Just Rewrote the Rulebook — 17 Features That Will Change How You Code Forever
blog.stackademic.com Issue #329
From file-based apps to EF Core’s JSON magic and Blazor’s WASM power-ups — discover the upgrades that will reshape API design… Continue reading on Stackademic »
-
EF Core Performance Improvements With The New ExecuteUpdate & ExecuteDelete in .NET
medium.com Issue #329
By: (Mori) A Complete Guide for .NET 9 Developers Continue reading on JavaScript in Plain English »
-
Create + Assign + List + Edit + Complete operations and role-wise views (Admin / Manager / User) ASP.NET Core MVC project
c-sharpcorner.com Issue #328
Build a complete ASP.NET Core MVC task management app with role-based views (Admin, Manager, User). Includes CRUD, assignment, and completion features using EF Core and Identity.
-
Build a Task Raised System in ASP.NET Core (Beginner to Advanced Guide)
c-sharpcorner.com Issue #328
Build a complete ASP.NET Core task management app, from basic setup to real-time notifications and role-based access. Includes EF Core, SignalR, and more!
-
Entity Framework Core: The Essential Guide for .NET Developers
miguelbarros1983.medium.com Issue #328
A clear and concise guide to EF Core covering modeling, DbContext, CRUD operations, migrations, and performance tips.
-
Will This New EF Core Feature Be the End of Dapper?
medium.com Issue #327
If you want the full source code, join our community: Here