This website uses cookies

Read our Privacy policy and Terms of use for more information.

Built for builders. Not buzzwords. San José 2026

500+ speakers. 18 content tracks. Workshops, masterclasses, and the people actually shipping the tools you use every day. WeAreDevelopers World Congress — September 23–25. Use code GITPUSH26 for 10% off.

Enjoying the newsletter? Your feedback helps us grow and reach more developers.

Share your testimonial →

Today's Articles

C# Word Library: Comparing 7 Options for .NET Developers in 2026

https://www.c-sharpcorner.com/article/c-sharp-word-library-comparing-7-options-for-net-developers-in-2026/

Explore the top 7 C# Word libraries for .NET in 2026. Compare features, licensing, and performance to choose the best option for document generation, parsing, and conversion.

Strategy Pattern: Choosing Without Attachment

http://www.binaryintellect.net/articles/d454ecd2-5e85-4140-bd99-bf61c7216835.aspx

Every application reaches a point where it must make a choice. How should a list be sorted? How should a payment be processed? Which discount should be applied? How should a user be authenticated? The...

You Need This Hook #vscode #hooks #customization

https://www.youtube.com/shorts/AuAvhVvpbF0

5 Dependency Injection Anti-Patterns I See in Almost Every .NET Codebase

https://serkanozbeykurucu.medium.com/5-dependency-injection-anti-patterns-i-see-in-almost-every-net-codebase-fdc6f3056a66?source=rss------dotnet-5

very .NET developer uses DI. We register services in Program.cs,

How to Scale Long-Running API Requests

https://www.milanjovanovic.tech/blog/how-to-scale-long-running-api-requests

When a single API call takes minutes to finish, it punishes both your users and your server. Here's the progression I walk through to turn long-running endpoints into something responsive, scalable, a...

The New Agent Customization Window #vscode #customization

https://www.youtube.com/shorts/3kYj9mu9ssM

Understanding IHostedService & BackgroundService in .NET 10

https://codewithmukesh.com/blog/ihostedservice-vs-backgroundservice-dotnet/

IHostedService vs BackgroundService in .NET 10. Side-by-side code, 5 production gotchas, decision matrix, and when to reach for Hangfire instead.

The Static HttpClient That Wouldn’t Rotate: A Tale of Pooled Connections

https://blog.dotnetframework.org/2026/05/20/the-static-httpclient-that-wouldnt-rotate-a-tale-of-pooled-connections/

The symptom A production .NET service had been running fine for months. It made outbound HTTP calls through a rotating proxy provider — the kind that promises a new exit IP for each request. Then one ...

We Built an AI Agent Platform on .NET. Then Microsoft Shipped Agent Framework 1.0.

https://medium.com/@krativarshney7/we-built-an-ai-agent-platform-on-net-then-microsoft-shipped-agent-framework-1-0-b3a778dd96d6?source=rss------dotnet-5

Six architecture mistakes from building an internal agent platform on Semantic Kernel — and the handful of decisions that meant the ground…

C# 15 and the Future of .NET: A Comprehensive Deep Dive into Union Types and the Evolution of C# 14

https://medium.com/@s.quddin/c-15-and-the-future-of-net-a-comprehensive-deep-dive-into-union-types-and-the-evolution-of-c-14-cd842f306233?source=rss------dotnet-5

Introduction: The Next Evolution of C#

How to run evals for the model router

https://devblogs.microsoft.com/foundry/how-to-run-evals-for-model-router/

One endpoint. Smarter spend. Model router in Foundry Models picks the optimal LLM for every prompt in real time based on signals like complexity, reasoning, and task type. Now with access to 28 fronti...

Repository Pattern in .NET 10 - Do You Really Need It?

https://codewithmukesh.com/blog/repository-pattern-do-you-really-need-it/

I have shipped 50+ .NET APIs and most did not need a Repository Pattern. My sharp .NET 10 verdict on when to use it, when to skip it, what to use instead.

Repository Pattern with Entity Framework Core in .NET 10 | Clean Architecture Simplified

https://medium.com/@tejaswini.nareshit/repository-pattern-with-entity-framework-core-in-net-10-clean-architecture-simplified-9ea68f8831ee?source=rss------csharp-5

Building scalable applications in .NET 10 is not only about writing APIs — it is about writing maintainable code. That is why many…

Tracing Agent Sessions with OpenTelemetry & Aspire

https://www.youtube.com/watch?v=JsZ3q8OKsMM

In this video Maddy Montaquila demos what's going on behind the scenes with Agent Sessions with OpenTelemetry and Aspire in VS Code. https://aspire.dev/dashboard

NuGet Package Pruning: Cleaner Dependencies and Actionable Vulnerability Reports

https://devblogs.microsoft.com/dotnet/nuget-package-pruning-in-dotnet-10/

Package pruning in .NET 10 removes platform-provided packages from your dependency graph. With transitive auditing enabled by default, projects with these defaults have 70% fewer transitive vulnerabil...

We built an AI tool for .NET/C# developers in 2 days

https://www.roundthecode.com/dotnet-blog/we-built-ai-tool-dotnet-csharp-developers-2-days

We built an AI tool for .NET and C# developers in just 2 days using Claude's API. Here's how we did it, the prompts we used, and how you can try it now. The page We built an AI tool for .NET/C# develo...

Keep Reading