Editor's note
I kept this issue deliberately mixed, which is usually where the most useful surprises show up. The CLR memory and GC piece is a strong refresher before you reach for a profiler, and the controllers-to-Minimal-APIs migration guide is practical for teams modernizing existing ASP.NET Core apps. I also liked the MCP agents article because it shows how quickly AI tooling is becoming relevant to everyday C# work.
GC internals, Minimal APIs, MCP agents
100+ Claude Code hacks to ship code 10X faster
Top engineers at Anthropic say AI now writes 100% of their code.
Are you using AI to write yours?
These 100+ Claude Code hacks show you exactly how. Sign up for The Code and get:
-
100+ Claude Code hacks — free
-
The Code newsletter — learn the latest AI tools and skills to code faster in 5 mins a day
Enjoying the newsletter? Your feedback helps us grow and reach more developers.
Today's Articles
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Jasen's take on today's picks
How do I inform Windows that I'm writing a binary file?
A classic Raymond Chen clarification that untangles text-vs-binary assumptions at the OS boundary.
Introducing Apache Arrow Support in mssql-python
Not .NET-specific, but useful if you move SQL Server data into analytical pipelines and care about transfer efficiency.
MCP Magic: Building Tool-Enabled AI Agents with C#
Worth a look if you're tracking where C# fits in agent tooling and MCP-based integration patterns.
Memory, GC & the CLR — What Every .NET Performance Engineer Must Know
Good foundational performance reading; understanding GC mechanics pays off before any benchmark or profiler session.
Pattern matching in C#: Advanced scenarios you didn't know
Pattern matching keeps getting more expressive, and articles like this help surface features many teams still underuse.
10 Hidden Features in C# That Will Make You a Better Developer
A mixed bag list, but these kinds of posts often uncover one or two language features even experienced developers forgot about.
Simple Multithreading in C# with a Practical Example (.NET 10)
Intro-level concurrency content, but still helpful for newer developers getting comfortable with practical threading concepts.
How to migrate from controllers to Minimal APIs
Useful modernization guidance, especially if you're weighing endpoint simplicity against existing controller conventions.
Enforcing trust and transparency: Open-sourcing the Azure Integrated HSM
Interesting infrastructure security item: open-sourcing HSM components is notable for trust, reviewability, and key management conversations.
How do I have an image for my Entity?
A niche but practical how-to for anyone working with Content Hub entity customization.
How To Use Domain-Driven Design In Clean Architecture
A familiar architectural pairing, but still relevant when teams need a pragmatic DDD starting point.
What We Lost the Last Time Code Got Cheap
More industry reflection than tutorial, but the perspective on software economics is worth reading.
Difference Between ValueTask and Task in C# with Performance Use Cases?
A solid performance-oriented async refresher: ValueTask helps in the right hotspots, but misuse adds complexity.
I Built My Own Cross-Platform Media Player
Always interesting to see real cross-platform app builds, especially when media playback is involved.














