Editor's note
I pulled together a genuinely mixed issue: language features, concurrency advice, tooling news, and AI guidance all sit side by side. The C# 14 pieces on the field keyword and enum parsing are especially practical, and the Visual Studio 2022 17.14 plus Agent Mode updates are the kind of tooling news that can change a daily workflow.
C# 14, async patterns, and Visual Studio updates
Welcome to the .NET universe on this turbocharged Monday! It's the dawn of another week, where your skills shift from neutral to high gear. Whether you’re debugging like a boss or architecting the next killer app, today’s curated lineup is packed with insights to fuel your .NET journey. Let’s put the pedal to the metal and make this week’s projects a masterpiece of code and innovation!
Today's Articles
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Jasen's take on today's picks
6 Essential C# Concepts That Prove You’re .NET 8 Ready
A solid .NET 8 refresher with a few C# ideas that are easy to overlook until they save you time.
Observer Design Pattern — How Has It Changed the Way I Code?
A classic pattern piece that’s more about how you think than what you type, which is usually where the value is.
Parallel vs Asynchronous Programming in .NET: What’s the Difference
Good grounding on when parallelism and async solve different problems, especially if API throughput matters.
Avoid Bottlenecks: 3 Async Patterns to Supercharge .NET API Speed
Three async patterns worth comparing before you assume your bottleneck is in the database.
You Think Your Code is Thread-Safe? Think Again!
A useful warning that thread safety is often assumed long before it’s proven.
3 C# Features That Are Genius (But Nobody Talks About!)
A reminder that some of the best C# features are subtle productivity wins, not headline-grabbing syntax.
3 Perfect Use Cases for C# 14’s field Keyword
The new field keyword examples make C# 14 feel immediately useful instead of theoretical.
How to Use KurrentDB for Event Sourcing in C# on Azure
Event sourcing on Azure with KurrentDB is a practical walkthrough for teams exploring immutable domain histories.
Use C# 14 extensions to simplify enum Parsing
Enum parsing gets a cleaner treatment here, which is exactly the sort of small improvement that adds up.
🎉 Visual Studio 2022 v17.14 is now generally available!
Visual Studio 2022 17.14 GA is the release note people will actually care about this week.
Agent mode has arrived in preview for Visual Studio
Agent mode in Visual Studio preview points to a very different editing workflow, not just a feature checkbox.
Stop Throwing Exceptions for Typos!
A blunt take on typo handling that leans toward safer APIs and clearer failure modes.
5 Essential Tips for Beginner .NET Developers
Beginner tips are always uneven, but the basics still matter for anyone ramping up in .NET.
Google Gemini AI Now Integrates with GitHub for Developers
Gemini’s GitHub integration is interesting mainly because it shows how quickly AI tooling is spreading into the developer flow.
Evaluating content safety in your .NET AI applications
The content safety article is timely for anyone shipping .NET AI features and needing guardrails, not just prompts.
Beyond the tools, adding MCP in VS Code
VS Code’s MCP support adds another layer to the agent-tooling story and broadens the options beyond Visual Studio.
.NET and .NET Framework May 2025 servicing releases updates
Servicing updates may not be exciting, but they’re the releases that keep production environments calm.
.NET Web App Modernization Made Easy with Tomáš Herceg's New Book and DotVVM
The DotVVM modernization conversation is a useful nudge for teams that need a realistic path off older web stacks.
















