Editor's note
I pulled together a very mixed lineup this time, from low-level performance work to practical architecture and beginner-friendly C# articles. The Span/memory piece and the caching write-up stood out because they’re the kind of posts that can immediately change how you think about hot-path code. I also like the Dapper + EF Core article for showing a pragmatic data-access blend instead of forcing one tool everywhere.
Span, caching, and microservices in .NET
Welcome to this week's midweek .NET wisdom, where code meets quirkiness, and Wednesday becomes your favorite coding companion. Today, we unravel .NET mysteries with the precision of a Swiss watch and the charm of a classic '80s mixtape. Ready to flex those seasoned programming skills and maybe even chuckle? Scroll on, fellow code conqueror; your tech-savvy adventure awaits!
Today's Articles
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Jasen's take on today's picks
⚡ Understanding Span and Memory in C#: The Hidden Power Behind Modern High-Performance .NET
Great refresher on why Span and Memory matter when allocations start hurting.
Implement UPSERT – Insert and Update using Fabric Data Pipeline
Practical if you’re deciding when unsafe code is worth the tradeoff.
How to Create a Custom .NET Package and Import It Locally
A solid beginner path into APIs without getting lost in framework details.
Unsafe Code in C#: When and Why It’s Worth It
Good contrast between EF Core and Dapper instead of treating it like a religion.
Understanding API in .NET Core — A Beginner-Friendly Guide with Real-Life Example
Useful reminder that local caching can beat another database trip on the hot path.















