Join 70,000+ subscribers accelerating their skills every week
One practical tip every Saturday
.NET best practices and actionable advice
Software Architecture deep dives and fresh ideas
Join thousands of software engineers
Previous issues of The .NET Weekly
Implementing the Outbox Pattern
October 05, 2024
Discover how the Outbox pattern solves the dual-write problem in distributed systems, ensuring data consistency between your database and external com...
Breaking It Down: How to Migrate Your Modular Monolith to Microservices
September 28, 2024
Transitioning from a modular monolith to microservices can significantly enhance your system's scalability and your team's productivity, but it's a jo...
How I Implemented Full-Text Search On My Website
September 21, 2024
This article walks you through how I used Lunr.js to add powerful search capabilities to a Next.js static site, dealing with challenges like client-si...
.NET Aspire: A Game-Changer for Cloud-Native Development?
September 14, 2024
.NET Aspire promises to revolutionize cloud-native development for .NET applications, but does it live up to the hype? In this hands-on review, I'll s...
Refit in .NET: Building Robust API Clients in C#
September 07, 2024
Discover how Refit simplifies API consumption in .NET applications, turning your HTTP API into a seamless, strongly-typed interface. This comprehensiv...
Introduction to Event Sourcing for .NET Developers
August 31, 2024
Discover event sourcing in .NET through a beginner's eyes. Explore core concepts, benefits, and real-world challenges.
Complete Guide to Amazon SQS and Amazon SNS With MassTransit
August 17, 2024
In this article, we'll explore how to use Amazon SQS and SNS for asynchronous messaging in .NET applications. We'll also see how MassTransit simplifie...
5 EF Core Features You Need To Know
August 10, 2024
EF Core is powerful, and knowing a few key features can save you lots of time and frustration. I've cherry-picked five essential features that you rea...
Improving Code Quality in C# With Static Code Analysis
August 03, 2024
Static code analysis helps you build secure, maintainable, and high-quality C# code. In this week's newsletter, we'll explore how to integrate it into...
Subscribe to the Newsletter
Join 70,000+ readers of The .NET Weekly for practical tips and resources to improve your .NET and software architecture skills.