MSMuhammad Shahid
← All articles

Blog topic

C# Design Patterns

Practical C# design patterns for real ASP.NET Core products — Factory, Strategy, and patterns that reduce switch-statement sprawl without ceremony.

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.