As Thursday dawns, think of yourself not just as a coder, but as the pit crew chief in the high-octane race of .NET development. The finish line of innovation is in sight, and today’s lineup of articles is your racing fuel. From under-the-hood insights to trajectory-changing techniques, you’ll be ready to seize the road ahead and fine-tune your projects for peak performance. Let’s get those engines purring with expertise and a touch of swagger!
For good reasons, many folks don’t want to use reflection. Since .NET 8, we have a better way of dealing with this in most of the cases (when known in advance). But we can go the opposite: Make it eve…
This is your ultimate deep-dive into C# Source Generators — not just to replace boilerplate, but to embrace AI-driven, compiler-assisted… Continue reading on Towards Dev »
VS Code Live – Let it Cook: Episode 3 – Jupyter Notebooks + GitHub Copilot
Efficient Containerization of .NET Applications using dotnet publish
Learn to containerize .NET applications using `dotnet publish`. This session covers containerization basics, environment setup, and step-by-step guidance to prepare and deploy your apps efficiently in…
Why Your .NET Benchmarks Are Lying to You (+ How to Fix Them)
Database-as-code is not a new concept, but all too often, we focus only on being able to apply changes to the database instead of having a development process that ensures that we’re making good datab…
It’s been a while since we posted an update on Seq’s hard-working command-line client, seqcli. The 2025.1 build has just been released, but I’ll include some favorites here from the 2024.x series as w…
Recommended Video from Microsoft Build 2025: GitHub Copilot Agent Mode (May 2025)
Explore the latest GitHub Copilot Agent Mode from Microsoft Build 2025, a smarter AI assistant for developers that helps plan, code, and debug more efficiently inside your IDE.
This article explains the Snowman Consensus Protocol, It covers what consensus means, how Snowman works step-by-step, and why it’s important for Avalanche’s C-Chain and P-Chain.
The Lightning-Fast Queries: Adventure with Compiled LINQ
Leave a Reply