PinnedImplementing Role-Based Access Control (RBAC) with Claims Transformation in .NET CoreIntroductionDec 28, 2024Dec 28, 2024
PinnedWhen should we prefer OwnsMany over HasMany in EF core?In Entity Framework Core (EF Core), OwnsMany and HasMany are two different methods used to define relationships between entities. They are…Sep 16, 2023A response icon1Sep 16, 2023A response icon1
PinnedMethod Code Smells and RefactoringsThis is the second article from the First oneMay 14, 2022A response icon4May 14, 2022A response icon4
PinnedUsing yield keyword to write better code in c#In this story, I use a simple example to demonstrate our goal, I have a list of students and want to get the teenage Students.Feb 27, 2022Feb 27, 2022
PinnedRepository Pattern with AutoMapper in .Net CoreFirst Base EntitySep 15, 2021A response icon5Sep 15, 2021A response icon5
Delete Behaviors in EF Core and How They Fit into Domain-Driven Design (DDD)🧱 Delete Behaviors in EF Core and How They Fit into Domain-Driven Design (DDD)May 19May 19
Persisting a Smart Enum with Entity Framework CoreAfter along time I discuss about smart enum and write about in this article SmartEnum, now a lot of people ask about how to persistent this…May 10May 10
Architecture to domain isomorphismisomorphism: isos meaning (equal) and morhpe meaning (form or shape) How close does the shape of one thing match the shape of the other…May 3May 3
Build your own MediatorMediatR, AutoMapper, and MassTransit — are moving to commercial licenses. Not so long ago, Fluent Assertions also announced its plans to…Apr 8Apr 8
Minimizing Risk in Code Refactoring with Feature Flags in Vertical SliceRefactoring critical business logic while maintaining system stability is a common challenge. This article explores how to minimize risks…Nov 7, 2024Nov 7, 2024