Overriding SaveChanges in EF Core

Mbark February 03, 2023

The key features of EF Core is its ability to automatically track changes made to entities and persist those changes to the database when the SaveChan…
overriding savechanges in ef core

jsColor Color Picker

EastDesire January 31, 2023

A cross-browser, framework-agnostic, mobile-friendly, and highly-customizable color picker built using plain JavaScript.
jscolor color picker

Lazy Loading in EF Core

Mbark January 19, 2023

EF Core Lazy loading is a technique that defers the loading of related data until it is actually needed.
lazy loading in ef core