RSS Amplifier

Blog

The .NET Saturday Newsletter

One practical .NET tip every Saturday morning — the kind of stuff I wish someone had told me earlier in my career. ASP.NET Core, EF Core, Azure, architecture, and honest advice from real projects.

mwaseemzakir.substack.comSource feed ↗10 posts

Live Last read · last published · next check

Written by

Latest posts

The ASP .NET Core Pipeline Order Nobody Explains Properly

Use, Run, Map, and why swapping two lines in Program.cs can break auth silently

Migrating From MinIO to Cloudflare R2 (And Saving Myself a VPS Upgrade)

How a bandwidth warning email led me to rethink where PakExam stores its files.

Before You Start a .NET Web API, Add These 3 Files

Set up consistent code style, centralized package versions, and clear AI instructions before writing your first endpoint.

Cleaning Up Ghost Users After OTP Registration in .NET

How to model pending signups, index them cheaply, and auto-delete unverified users with a Quartz background job.

EF Core Interceptors: Stop Writing the Same Code in Every Handler

Soft delete, audit trails, and outbox inserts without touching a single handler. Here is how to set it up in .NET

The Outbox Pattern in .NET

Learn how to implement the Outbox Pattern in ASP .NET Core using EF Core, background jobs, and retry logic.

Build AI Search in .NET using Postgres and pgvector

Learn how to build AI-powered search in ASP .NET Core using PostgreSQL, pgvector, embeddings, and with a practical example.

Understanding Monorepos (And Why I Chose One for My SaaS)

Learn what a monorepo is, when to use it, why companies like Google prefer it, and how I use it to build my SaaS, PakExam

Wolverine as Mediator in .NET

Read Time : 3 Mins

Introduction to Blazor

Read Time : 3 Mins