#asp.net core, #C# Entity Framework Global Query Filter: Handle soft delete feature in one place. Entity framework core is a very feature-rich library, and one of the lesser-known features I want to share with you today is Global Query Filters. Intr November 03, 2022 Share
#asp.net core, #C# Difference between two lists using ChangeTracker class ChangeTracker class helps to identify Added Items, Removed Items, and Updated Items from two different C# Lists. 90's SriLankan kids know this � October 22, 2022 Share
#architecture, #asp.net core Handling domain exceptions explicitly using Either class in asp.net core Do you still believe you should always throw domain exceptions from a .Net API ? I followed many tutorials and blog posts, and they always encourage us October 18, 2022 Share