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
Clean Architecture And The Benefits Of Structured Software Design
December 24, 2022
In the world of software development, there are countless approaches and methodologies to choose from. It's easy to get swayed with the latest trends,...
Fast Document Database In .NET With Marten
December 17, 2022
Did you know you can turn PostgreSQL into a fully-fledged Document database? Marten is a .NET library that allows developers to use the PostgreSQL dat...
Running Background Tasks In ASP.NET Core
December 3, 2022
In this week's newsletter we will talk about running background tasks in ASP .NET Core. After reading this newsletter, you will be able to set up a ba...
How To Use The New Bulk Update Feature In EF Core 7
November 26, 2022
In this week's newsletter, we're going to explore the new ExecuteUpdate and ExecuteDelete methods that were released with EF7. ExecuteUpdate allows us...
How To Use The Options Pattern In ASP.NET Core 7
November 19, 2022
In this week's newsletter I want to show you how you can use the powerful Options pattern in ASP.NET Core 7. The options pattern uses classes to provi...
5 Ways To Check For Duplicates In Collections, With Benchmarks
November 5, 2022
In this week's newsletter, we will take a look at five different ways to check if a collection contains duplicates. I'm going to explain the idea behi...
How To Use Global Query Filters in EF Core
October 29, 2022
In this week's newsletter, I'll show you how you can remove repetitive conditions in EF Core database queries. An example would be when you implement ...
Introduction To Locking And Concurrency Control in .NET 6
October 22, 2022
In this week's newsletter, we'll see how we can work with locking in .NET 6. We won't talk about how the lock is actually implemented at the operating...
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.