C# 14, .NET 10, and ASP.NET Core middleware
A mixed lineup covering C# 14, .NET 10 Minimal APIs, ASP.NET Core middleware, caching, Docker, EF Core debugging, and security.
Jasen's top three picks
- 1 What’s new in C# 14?(Part 1)
medium.com
C# 14 introduces several new features and enhancements to improve developer productivity and code quality. Let’s dive in!
- 2 Entire Caching Strategy will be replaced by this .NET 9 Feature
isitvritra101.medium.com
Hybrid cache in production
- 3
Editor's note
I pulled together a pretty broad mix this time: language updates, web stack basics, tooling, and a few architecture pieces. The C# 14 post and the .NET 10 Minimal APIs article are the kind of forward-looking reads I like to surface early, while the JSON injection piece is a good reminder that API hardening still matters. The caching and middleware articles round it out with practical day-to-day guidance.
Today's articles
What’s new in C# 14?(Part 1)
medium.com
C# 14 introduces several new features and enhancements to improve developer productivity and code quality. Let’s dive in!
Read articleEntire Caching Strategy will be replaced by this .NET 9 Feature
isitvritra101.medium.com
Hybrid cache in production
Topics: .NET 9 Performance Redis
Read articleMiddlewares in ASP.NET Core
medium.com
For example : Continue reading on easydotnet »
Topics: ASP.NET Core Minimal APIs
Read article️ Setting up VS Code for Building .NET 10 (C#) Applications: The Ultimate Guide
medium.com
✨ “Why would anyone use VS Code for .NET development when Visual Studio exists?” That’s the curiosity hook. The short answer: VS Code is…
Topics: .NET 10 Visual Studio Code
Read articleWhy Domain Migration Hits .NET Harder Than Java
aws.plainenglish.io
Domain migration impacts in .NET and Java workloads Continue reading on AWS in Plain English »
Read articleProduction-Ready .NET Configuration: Options Pattern, Null Safety & DI
medium.com
Avoid scattered settings, null crashes, and brittle DI with production-grade configuration patterns.
Topics: ASP.NET Core
Read articleMinimal APIs in .NET 10: Now with OpenAPI 3.1 Support
javascript.plainenglish.io
.NET 10, Minimal APIs have taken another leap forward Continue reading on JavaScript in Plain English »
Topics: .NET 10 Minimal APIs
Read articleExtremely FAST Caching Repository With Decorator Pattern in ASP.NET Core
medium.com
If you want the full source code, download it from this link: https://www.elitesolutions.shop/
Topics: ASP.NET Core Design Patterns Performance
Read articleTypes of Custom Middleware in ASP.NET Core
medium.com
🌟 Introduction
Topics: ASP.NET Core
Read articleHow to Containerize a .NET Application with Docker
malshikay.medium.com
Beginner’s Guide: How to Containerize .NET Applications with Docker Step by Step
Read articleCreating a JSON Class in C# | B2Basic Series Ep-1
isitvritra101.medium.com
Understanding how to work with JSON
Topics: C# System.Text.Json
Read articleConverting Excel to XML using C#
medium.com
This article will share a lightweight and stable solution: using the free library to achieve efficient Excel to XML conversion via C#.
Topics: C#
Read articleStrategy Pattern vs Factory Pattern in .NET — Understanding the Difference with an Investment Plan
dotnetfullstackdev.medium.com
When working in enterprise systems, especially in finance, you often encounter situations where different algorithms or creation logics…
Topics: Design Patterns .NET Core
Read articleVisualizing LINQ Queries with LINQPad: Boost Your EF Core Debugging
blog.elmah.io
Ever feel exhausted debugging a complex EF Core query? Do you wonder what went wrong in the EF Core LINQ query spaghetti that hinders the results? At one end, EF Core and LINQ accelerate the developme...
Topics: Benchmarking EF Core Visual Studio
Read article7 .NET 8 Features You're Not Using (But Should Be)
faciletechnolab.com
Find out 7 underused C# 12 and .NET 8 features for cleaner, faster, and more efficient code. Code examples included.
Read articleMake Sense of Your Output Window with Copilot
devblogs.microsoft.com
Ever found yourself staring at the Output Window, overwhelmed by endless lines of logs and cryptic messages? You're
Topics: GitHub Copilot Visual Studio
Read article.NET’te AutoMapper mı, Mapster mi? İşte Tüm Gerçekler ve Bir Developer’ın Yorumu
medium.com
“Her projede bir DTO gelir, seni bulur.” .NET geliştiricilerinin değişmeyen kaderi: entity’lerden DTO’lara, DTO’lardan view modellere…
Topics: AutoMapper Design Patterns
Read article.NET MAUI Community Standup - Talking RC1, iPhone, and more
youtube.com
Why Your .NET Microservices Are Slower Than Microsoft’s (And the One Fix)”
Topics: .NET MAUI
Read articleMemory in .NET Applications
medium.com
1. What is Memory? Continue reading on easydotnet »
Topics: Performance
Read articleMastering HttpClient in .NET: A Deep Dive into Resilient API Communication
medium.com
When building enterprise applications that communicate with external APIs like Microsoft Graph, one of the most critical decisions you’ll…
Topics: REST API
Read articleProtecting Against JSON Injection and Malformed Payloads in ASP.NET Core
c-sharpcorner.com
Protect your ASP.NET Core APIs from JSON injection and malformed payloads! This guide details how to prevent attacks like privilege escalation, DoS, and XSS. Learn to use DTOs, strict validation, requ...
Topics: ASP.NET Core REST API Security
Read article