.NET 10 and C# 14 updates
Issue #381 covers .NET 10 and C# 14, Azure Redis caching in Web APIs, Marten query models, Aspire dashboards, and AI app patterns.
Jasen's top three picks
- 1 .NET 10 and C# 14: The Game Has Changed
c-sharpcorner.com
A principal-engineer view of .NET 10 and C# 14 is a useful lens on what this release actually changes for teams.
- 2 Implementing Distributed Caching in Web API with Azure Managed Redis
medium.com
A practical Redis caching walkthrough for Web APIs, especially if you’re already using Azure-managed infrastructure.
- 3 How I Built My First .NET Package (and Got 500+ Downloads)
medium.com
A first-package success story is always encouraging, and the 500+ downloads prove small libraries can still find an audience.
Editor's note
I curated a mixed lineup today rather than forcing a theme. The .NET 10 and C# 14 piece stands out for the release-level perspective, while the Azure Managed Redis article is a practical Web API reference you can use right away. I also liked the Marten query-model update and the Agent Framework approvals guide because they show where data and AI workflows are heading.
Today's articles
.NET 10 and C# 14: The Game Has Changed
c-sharpcorner.com
.NET 10 and C# 14: The Game Has Changed A principal engineer's perspective on why this release matters
Read articleImplementing Distributed Caching in Web API with Azure Managed Redis
medium.com
I’ve worked with caching before — storing AI chat request/response pairs in Cosmos DB to avoid redundant model calls, and caching API…
Read articleHow I Built My First .NET Package (and Got 500+ Downloads)
medium.com
How a simple idea turned into a comprehensive message management library
Topics: .NET Core
Read articleZeta: It’s Time to Rethink Validation in .NET
medium.com
For most of my career, FluentValidation has been the unquestioned default for validation in .NET.
Topics: C# FluentValidation
Read articleTracking .NET API Endpoints Easily and Faster with Aspire Dashboard
medium.com
In this article, we will explore how to easily track and analyze the endpoints of a simple .NET API using the Aspire Dashboard Docker…
Topics: .NET Aspire Docker Web API
Read articleSupercharging GenAI Apps with PostgreSQL and Azure AI
visualstudiomagazine.com
Learn how to supercharge your GenAI apps with PostgreSQL and Azure AI. Lino Tadros shows how PGVector and AI Extensions in VS Code turn PostgreSQL into an intelligent foundation for high-performance G...
Topics: Azure OpenAI PostgreSQL
Read article🚀React Native Windows v0.81 is here!!
devblogs.microsoft.com
App developers require performance, stability, and cross-platform consistency such as fast startups, smooth UI, and seamless code sharing across Windows, Android, and iOS as these factors directly imp...
Topics: .NET Core
Read article5 Most Confusing .NET Interview Questions – Explained for Beginners (With Simple Examples) (Part-1)
c-sharpcorner.com
Ace your .NET interview! Demystifying async/await, dependency injection, service lifetimes, IEnumerable vs IQueryable, and middleware with clear examples. Master these fundamentals!
Topics: C# .NET Core Minimal APIs
Read articleEvents in C# Explained with a Real-World Example
c-sharpcorner.com
Learn C# events with a real-world patient recovery scenario! Master the publisher-subscriber pattern, EventHandler<TEventArgs>, and build loosely coupled applications. Ideal for beginners!
Topics: C# Design Patterns
Read articleHuman-In-The-Loop Approvals in Microsoft Agent Framework: A Practical Guide
medium.com
When building intelligent AI agents with the Microsoft Agent Framework, you sometimes want to give humans the final say before certain… Continue reading on GoPenAI »
Topics: ML.NET OpenAI Security
Read articleEasier Query Models with Marten
jeremydmiller.com
The Marten community made our first big release of the new year with 8.18 this morning. I'm particularly happy with a couple significant things in this release: We had 8 different contributors in just...
Topics: CQRS Event Sourcing PostgreSQL
Read articleHands On: Testing Cursor, Windsurf and VS Code on Text-to-Website Generation
visualstudiomagazine.com
A hands-on comparison shows how Cursor, Windsurf, and Visual Studio Code approach text-to-website generation differently once they move beyond the basics and begin redesigning and extending their own ...
Topics: GitHub Copilot Visual Studio Code Web API
Read article