LINQ to SQL, Linux support, and API resilience
A mixed .NET roundup covering EF Core query translation, .NET 10 Linux support, ASP.NET Core performance, auth, SQL Server AI, and more.
Jasen's top three picks
- 1 LINQ in EF Core Explained: From Lambda Expressions to SQL
benedictodoh.medium.com
A useful look at how LINQ becomes SQL in EF Core.
- 2 .NET 10 Linux Support: The Definitive Guide for Modern Developers
medium.com
A practical reality check on .NET 10 and Linux support.
- 3 Value vs Reference Types: Why My ASP.NET Core Code Behaved Unexpectedly
medium.com
Good reminder that GC behavior can look like random API flakiness.
Editor's note
I curated a pretty classic mixed bag today: query translation, runtime behavior, cloud infra, security, and AI-adjacent data work. The EF Core LINQ explainer and the GC-freezing ASP.NET Core API piece stood out because they both tackle issues that show up fast in real code.
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…
Topics: ASP.NET Core C#
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.
Topics: ASP.NET Core Performance
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…
Topics: C# Design Patterns
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...
Topics: Authentication OAuth
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 ...
Topics: OpenAI SQL Server
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...
Topics: ASP.NET Core Performance
Read article