MSMuhammad Shahid
← All articles

Blog topic

Software Architecture

Architecture notes for .NET + Angular systems — Clean Architecture, CQRS-lite, and boundaries that survive healthcare, SaaS, and eCommerce delivery.

6 min read

Repository Pattern in .NET — Useful vs Overkill

When the repository pattern earns its place in .NET with EF Core, when it becomes ceremony, and how I structure data access on healthcare SaaS and eCommerce products without lying about LINQ.

7 min read

SignalR Real-Time Patterns in ASP.NET Core

How I ship SignalR with ASP.NET Core for auctions, notifications, and live dashboards — authenticated hubs, group strategy, scaling with Azure SignalR, and Angular clients that reconnect honestly.

7 min read

ASP.NET Core JWT Auth: A Practical Checklist

A production-ready checklist for JWT authentication in ASP.NET Core APIs — token lifetimes, refresh flows, policies, and Angular client habits from real client work.