EF Core History, Dapr Events, AI Agent Checks
This issue spans SQL Server temporal tables in EF Core, Dapr event-driven services, Orleans, FluentValidation reuse, and practical AI agent hosting.
Jasen's top three picks
- 1 CodeBehind 4.7: A Cleaner MVC Experience and Better WebForms Core Integration
mohammad-rabie.medium.com
CodeBehind is still an interesting corner of the ecosystem, especially if you care about MVC ergonomics and WebForms-style migration paths.
- 2 Track every EF Core record change with temporal tables
roundthecode.com
Temporal tables remain one of the most useful underused SQL Server features, and this walks through the EF Core side clearly.
- 3 What .NET 10 Means for Enterprise Application Development
medium.com
Enterprise-level .NET 10 coverage tends to be broad; useful if you need the big-picture implications rather than feature minutiae.
Editor's note
I kept this one nicely mixed on purpose. The EF Core temporal tables piece stands out for its practical audit trail examples, and the AI agent verification article tackles a problem teams are quickly learning they need to solve. There’s also a solid spread of architecture material here, from Orleans and Dapr to event sourcing and a real-world SOLID cleanup story.
Today's articles
CodeBehind 4.7: A Cleaner MVC Experience and Better WebForms Core Integration
mohammad-rabie.medium.com
The next release of CodeBehind is almost here. Version 4.7 will be available in the coming days, bringing a collection of improvements…
Topics: ASP.NET Core ASP.NET MVC
Read articleTrack every EF Core record change with temporal tables
roundthecode.com
Learn how to track every change to your EF Core records using SQL Server temporal tables, with examples for querying the history. The page Track every EF Core record change with temporal tables appear...
Topics: EF Core SQL Server
Read articleWhat .NET 10 Means for Enterprise Application Development
medium.com
.NET 10 shipped in November 2025 as the current Long Term Support release. Every two years, Microsoft ships an LTS, and every two years…
Topics: .NET 10
Read articleOrleans Framework Tutorial: Building Distributed Applications in .NET
c-sharpcorner.com
Master .NET distributed apps with Orleans! Learn the Virtual Actor Model for scalable, fault-tolerant, and stateful systems.
Topics: .NET Core
Read articleEvent Sourcing vs CRUD Applications: A Practical Comparison
c-sharpcorner.com
Compare Event Sourcing vs CRUD: understand their core differences, real-world use cases, pros, cons, and when to choose each for your application.
Topics: Domain-Driven Design Event Sourcing
Read articleFrom Pentest to 1.7 Million Downloads, Part 2: The Lessons Nobody Taught Me
dotnetcore.show
Strategic Technology Consultation Services This episode of The Modern .NET Show is supported, in part, by RJJ Software's Strategic Technology Consultation Services . If you're an SME (Small to Medium ...
Topics: Security
Read articleBuilding Event-Driven Applications with Dapr: A Practical Guide
c-sharpcorner.com
Master event-driven apps with Dapr! Learn pub/sub, state management, and observability for scalable, resilient microservices.
Topics: Design Patterns OpenTelemetry
Read articleCompose validators, don’t copy them: a reusable FluentValidation kit
medium.com
“Email must be valid, password must be strong, name is required.” Every command re-declares those rules, and then they drift. Here is a…
Topics: Clean Architecture FluentValidation
Read articleI opened a file with FILE_ FLAG_ DELETE_ ON_ CLOSE , but now I changed my mind
devblogs.microsoft.com
The CreateFile function has a flag called FILE_FLAG_DELETE_ON_CLOSE, which means that the file will be deleted when the last handle to the file is closed. But what if you pass that flag and then chang...
Topics: .NET Framework
Read articleHow SOLID Helped Me Delete Nearly 5,000 Lines of Code
medium.com
Every legacy codebase has one. The file nobody wants to open. The one that shows up in every merge conflict. The one everyone is just a…
Topics: Clean Architecture Solid Principles
Read articleHosting AI Agents with Microsoft Agent Framework in .NET Ep - 14, Part 2
c-sharpcorner.com
Learn how to host AI agents using Microsoft Agent Framework in .NET. This session explains agent hosting architecture, dependency injection, service registration, runtime configuration, deployment str...
Topics: .NET Aspire OpenAI
Read articleThe Verification Layer Every AI Agent Needs (and How I Built One Twice)
topuzas.medium.com
Introduction: The Day I Stopped Trusting My Own Agent
Read article