• Home
  • About
  • Resume
  • Projects
  • Contact
  • Blog
  • Visitors

Blog

Notes, walkthroughs and code recipes.

.NET Auth Tutorial

Setting up authentication in .NET 10

A quick walkthrough of wiring ASP.NET Core Identity with cookie auth, protecting controllers, and adding a login page — the way I do it in every new project.

Apr 16, 2026 2
.NET EF Core SQL Server Migrations

EF Core migrations in production - what nobody tells you

The migration commands you already know, plus the ones you need when the first deploy fails and you are staring at a locked database at 2am.

Apr 16, 2026 1
.NET DI Architecture

Dependency Injection in ASP.NET Core - the practical guide

Scoped vs Transient vs Singleton explained with a real bug each one causes, plus the composition-root pattern I use in every .NET project.

Apr 16, 2026 1
© 2026 Md. Sakibur Rahman
Built with .NET 10 · Clean Architecture
Source
Login