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

Share your testimonial →

Today's Articles

EF Core, Ad-Hoc Queries, and Plan Cache Pollution

https://medium.com/@rbercocano/ef-core-ad-hoc-queries-and-plan-cache-pollution-361f4aac0cdb?source=rss------dotnet-5

How usecounts Reveals Hidden Performance Problems

Understanding SQL and NoSQL Distributed Transaction Problem in C# — Transactional Outbox Pattern

https://medium.com/@rserit/understanding-sql-and-nosql-distributed-transaction-problem-in-c-transactional-outbox-pattern-69ded2dad63c?source=rss------dotnet-5

In modern software architectures, Polyglot Persistence approaches — where relational (RDBMS) and NoSQL databases are used together — are…

Partial Events and Constructors in C# 14 (.NET 10) Explained with Examples

https://www.c-sharpcorner.com/article/partial-events-and-constructors-in-c-sharp-14-net-10-explained-with-examples/

Explore C# 14's partial events & constructors! Simplify code generation, enhance extensibility, and cleanly separate generated & handwritten logic. #CSharp #dotnet

Channels in C# .NET: Building High-Performance Concurrent Pipelines

https://medium.com/@ashwinbalasubramaniam92/channels-in-c-net-building-high-performance-concurrent-pipelines-4d0e5c7017c3?source=rss------dotnet-5

Concurrency is one of those topics that looks simple on the surface and becomes painful in real systems. Threads, locks, queues, and…

Migrating from CRUD to CQRS and Event-Sourcing with Akka.Persistence

https://petabridge.com/404.html

How Akka.Persistence allowed us to break the logjam on Sdkbin's massive technical debt.

Reduce GitHub Actions runner CPU usage

https://www.meziantou.net/reduce-github-actions-runner-cpu-usage.htm

If you're using self-hosted GitHub Actions runners, you might have noticed they can be surprisingly CPU-intensive, even when idle. A closer look reveals that a single runner can peg a CPU core at 100%...

How ABP.IO Framework Cuts Your MVP Development Time by 60%

https://medium.com/@adnanaldaim/how-abp-io-framework-cuts-your-mvp-development-time-by-60-bdc842d25a21?source=rss------dotnet-5

Building a SaaS product from scratch is like constructing a skyscraper — you can either lay every brick manually or start with a…

Why Visual Studio 2026 and .NET 10 Could Be the Ultimate Startup Cheat Code

https://medium.com/@sthomason/why-visual-studio-2026-and-net-10-could-be-the-ultimate-startup-cheat-code-2535f94efecc?source=rss------dotnet-5

Startups don’t fail because of bad ideas — they fail because they move too slowly.

When Do You Actually Need Clean Architecture in Microservices?

https://rahulsahay19.medium.com/when-do-you-actually-need-clean-architecture-in-microservices-70dae4fdff6b?source=rss------dotnet-5

There’s a common misconception in our industry:

.NET 10 & C# 14: Less Code, Better Performance

https://medium.com/@jamesmiller22871/net-10-c-14-less-code-better-performance-439548913123?source=rss------dotnet-5

.NET 10 and C# 14 are out, delivering practical improvements that make code cleaner and data processing faster. Unlike some releases…

Leveraging Span-Based String Concatenation for Improved Performance

https://dotnettips.wordpress.com/2026/01/04/leveraging-span-based-string-concatenation-for-improved-performance/

The excerpt from "Rock Your Code" emphasizes the importance of efficient string concatenation in .NET. It highlights the advantages of using the Span type over traditional methods, demonstra...

Does C# 14’s field Keyword Replace FluentValidation?

https://medium.com/@awopetu77/does-c-14s-field-keyword-replace-fluentvalidation-5bea2c3f7a3d?source=rss------dotnet-5

The release of C# 14 came with loads of new features, the field keyword being one of them. When I read about it, I thought— what does this…

2025 year-end link clearance

https://devblogs.microsoft.com/oldnewthing/20251231-01/?p=111952

Closing the door on another year. Here are some random links. Mesmerizing: Wintergatan - Marble Machine, a musical instrument that uses 2000 marbles. It's like that

Value Types and Reference Types in C#

https://www.c-sharpcorner.com/article/value-types-and-reference-types-in-c-sharp2/

Unlock C# mastery! This guide clarifies value vs. reference types, impacting memory, performance, and bug prevention. Essential for efficient .NET development.

Keep Reading

No posts found