Become a

.NET Pro

while drinking coffee

Every Monday morning, start the week with a cup of coffee and 1 actionable .NET tip.

Join 15,250+ subscribers to improve your .NET Knowledge.

Blog header image

TheCodeMan.NET

previous issues

June 16 2025
Read Time: 4 minutes

RabbitMQ is a message broker. Think of it like a reliable postal service for your software. Instead of one system directly calling another (which creates tight coupling), RabbitMQ acts as the middleman.
RabbitMQ in .NET from Scratch

June 09 2025
Read Time: 5 minutes

Alright, let’s talk invoices. After we agree on a campaign - I need to send them a clean, professional-looking PDF invoice.
Generate PDF Invoices from HTML using IronPDF

June 02 2025
Read Time: 4 minutes

Every developer hits this moment: you need to import a big batch of data - maybe from a CSV file - into SQL Server.
Building a High-Performance Import Feature with Dapper Plus

May 26 2025
Read Time: 4 minutes

Let’s be honest: writing APIs with controllers in .NET can feel... heavy. Sure, Minimal APIs were a breath of fresh air when they landed. But once your app grows?
Building API with Carter Library in .NET

May 19 2025
Read Time: 5 minutes

What if your app could handle those hiccups gracefully without crashing or stressing out your users?
Building a Resilient API in ASP.NET Core 9

May 12 2025
Read Time: 5 minutes

If you're using Entity Framework Core (EF Core), you've probably hit some performance walls when trying to insert or update a large number of records.
Speed Up Your EF Core Apps with Entity Framework Extensions - preview

Apr 29 2025
Read Time: 4 minutes

Let’s be honest: Building APIs sounds easy… until you have to maintain them.
Top 5 Mistakes Developers Make When Building APIs (and How to Avoid Them)

Apr 23 2025
Read Time: 4 minutes

Coravel is a zero-configuration, developer-friendly .NET library...
Job Scheduling with Coravel

Apr 15 2025
Read Time: 3 minutes

With .NET 10 extension feature now you can define extension blocks for any type...
.NET 10 Extension

Apr 08 2025
Read Time: 6 minutes

MediatR will soon require a commercial license for some usage. This has sparked interest in alternatives - and one name stands out: Wolverine...
MediatR Alternative - Wolverine

Subscribe to
TheCodeMan.net

Subscribe and be among the 15,250+ subscribers gaining .NET tips and resources.


Join 15,250+ subscribers to improve your .NET Knowledge.