Join 61,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
How To Apply Functional Programming In C#
March 4, 2023
Although C# is an object-oriented programming language, it received many new functional features in recent versions. To mention just a few of these fe...
Outbox Pattern For Reliable Microservices Messaging
February 25, 2023
Working with Microservices, or any distributed system for that matter, is difficult. In a distributed system many things can go wrong, and there are e...
Structured Logging In ASP.NET Core With Serilog
February 18, 2023
Structured logging is a practice where you apply the same message format to all of your application logs. The end result is that all your logs will ha...
Messaging Made Easy With Azure Service Bus
February 11, 2023
If you're working in a distributed system, you need to be able to communicate between multiple services. There are a few ways that you can implement t...
Working With Transactions In EF Core
February 4, 2023
Every software engineer working with SQL databases needs to know about transactions. And since most of the time the SQL database will be abstracted by...
How To Implement API Key Authentication In ASP.NET Core
January 28, 2023
In this week's newsletter I want to show you how to implement API Key authentication in ASP.NET Core. This authentication approach uses an API Key to ...
Unleash EF Core Performance With Compiled Queries
January 14, 2023
In this week's newsletter I want to introduce you to an interesting feature in EF Core called Compiled Queries. If you have queries that you execute f...
Adding Validation To The Options Pattern In ASP.NET Core
January 7, 2023
In this week's newsletter I will show you how to easily add validation the strongly-typed configuration objects injected with IOptions. The Options pa...
How To Be a Better Software Engineer In 2023
December 31, 2022
In this week's newsletter I will share 5 simple tips on how you can be a better software engineer in 2023. I find it a little amusing that the last ne...
Subscribe to the Newsletter
Join 61,000+ readers of The .NET Weekly for practical tips and resources to improve your .NET and software architecture skills.