Editor's note
I curated a fairly mixed lineup today: several C# 14 writeups, a couple of architecture pieces, and some practical how-tos. The null-conditional assignment and partial members posts are especially useful if you’re tracking what’s actually new in the language, while the OpenAPI/TypeScript article is a strong bridge between API design and frontend typing.
C# 14 features and microservices patterns
Enjoying the newsletter? Your feedback helps us grow and reach more developers.
Today's Articles
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Jasen's take on today's picks
C# 14 Null-Conditional Assignment: Practical Examples and Best Practices
A practical look at the new ?. = assignment and where it helps most.
C# 14 More Partial Members: Partial Events and Partial Constructors
Partial constructors and events make generated code integrations much cleaner.
The New field Keyword in C# 14: Practical Usage, Examples, and Best Practices
The new field keyword is a small syntax change with real readability wins.
Memento Pattern, Using The Command Pattern, and Domain Events in .NET
A good pattern mashup for teams that need undo/redo and auditability.
What Does typeof Really Do in C#? typeof, GetType() and IsAssignableFrom
Worth reading if you’re trying to reason about framework code and type identity.
Full-stack static typing with OpenAPI TypeScript and Microsoft.AspNetCore.OpenApi
A strong back-to-front typing story for API teams shipping full-stack apps.
495: 2025 Wrapped - The Official Year of AI Development
A thoughtful recap of how AI tools changed day-to-day development in 2025.
Learning C#? Let’s Start Together! (Part 1: Hello, C#!)
A friendly starting point for newcomers who want to build confidence fast.
How to Build High-Performance Microservices Using .NET 10?
Practical microservice advice, not just another list of buzzwords.
Records in C#: The Feature That Quietly Changed How I Write Code
A registry/plugin approach can cut down branching and make extension points cleaner.












