EF Core LINQ, Linux support, and API resilience
A varied .NET roundup covering LINQ-to-SQL in EF Core, .NET 10 on Linux, ASP.NET Core performance and resilience, plus AI and security topics.
Jasen's top three picks
- 1 LINQ in EF Core Explained: From Lambda Expressions to SQL
benedictodoh.medium.com
A useful walkthrough of how EF Core turns LINQ expressions into SQL, which helps when queries behave differently than you expect.
- 2 .NET 10 Linux Support: The Definitive Guide for Modern Developers
medium.com
A timely look at .NET 10 on Linux, with practical guidance for developers evaluating production readiness.
- 3 Value vs Reference Types: Why My ASP.NET Core Code Behaved Unexpectedly
medium.com
A plain-language refresher on value versus reference types, framed through an ASP.NET Core bug that many teams will recognize.
Editor's note
I put together another mixed issue with no single theme, just the kind of range that makes the .NET ecosystem useful day to day. The EF Core LINQ piece and the GC-freezing ASP.NET Core article are especially practical if you ship production apps. Damien Bod’s step-up authentication write-up is also a strong security read for teams hardening web flows.
Today's articles
LINQ in EF Core Explained: From Lambda Expressions to SQL
benedictodoh.medium.com
What is LINQ?
Read article.NET 10 Linux Support: The Definitive Guide for Modern Developers
medium.com
If you’re a .NET developer, you’ve probably heard the buzz around .NET 10 Linux support. But is it really ready for production workloads…
Read articleValue vs Reference Types: Why My ASP.NET Core Code Behaved Unexpectedly
medium.com
Have you ever been puzzled why changing a variable sometimes changes another one, but other times it doesn’t? Or why your program’s memory…
Read articleWhy My ASP.NET Core API Started Freezing — And It Turned Out to Be Garbage Collection
medium.com
The API worked perfectly in development. It passed all tests. Then under real traffic, it started randomly freezing for 1–2 seconds.
Read article7 learnings from Anders Hejlsberg: The architect behind C# and TypeScript
news.google.com
7 learnings from Anders Hejlsberg: The architect behind C# and TypeScript
Read articleMigrating Google Cloud Run to Scaleway: Bringing Your Cloud Infrastructure Back to Europe
blog.dotnetframework.org
Introduction: Why European Cloud Sovereignty Matters Now More Than Ever In an era of increasing geopolitical tensions, data sovereignty concerns, and evolving international relations, European compani...
Read articleExtract Pages from Word Documents Using C#
medium.com
When working with Word documents, it’s common to run into situations where you don’t need the entire file. Sometimes you only want a…
Read articleRepository Pattern in .NET (Simple, Async-Only Guide)
medium.com
In well-structured .NET applications, persistence is an infrastructure concern. Once database logic bleeds into application or…
Read articlePrompt Engineering — Zero-Shot, One-Shot, Few-Shot & In-Context Learning
henriquesd.medium.com
The way you write the prompt matters, so according to the output you expect, you can use the right technique, and this will reduce hallucinations and ensure that the model understands the context and ...
Read articleForce step up authentication in web applications
damienbod.com
The post shows how to implement a step up authorization using the OAuth 2.0 Step Up Authentication Challenge Protocol RFC 9470. The application uses ASP.NET Core to implement the API, the web applicat...
Read articleZookeeper with C#.NET — A Gentle, Deep, Example‑Driven Guide
medium.com
6,500+ Tech Courses. Upgrade Your Skills — Free To Start! Continue reading on CodeToDeploy »
Read articleWhy Enterprises Still Choose Microsoft for Long-Term Software Systems
faciletechnolab.com
Discover 10 data-backed reasons enterprises choose Microsoft enterprise software for long-term software systems. Azure services, .NET enterprise applications, and enterprise Microsoft solutions explai...
Read articleREST APIs, Vectors, and AI in SQL Server 2025 | Data Exposed: MVP Edition
youtube.com
In this episode, Ben Weissman, a Microsoft MVP and Data Platform expert, dives in REST APIs, vectors, and AI in SQL Server 2025. Microsoft Most Valuable Professionals, or MVPs, are technology experts ...
Read articleDesigning Resilient ASP.NET Core APIs Using .NET 8 Resilience Pipelines
c-sharpcorner.com
Explore .NET 8 Resilience Pipelines, Microsoft's built-in solution for building fault-tolerant ASP.NET Core APIs. Learn how to implement retry, timeout, and circuit breaker patterns for robust applica...
Read article