Greetings weary travelers!Have you heard about Shadow Properties that are part of the Entity Framework?What are shadow properties?Shadow properties are properties that aren’t defined in your .NET entity class but are defined for that entity type in the Entity Framework Core model.The value and state of these properties are maintained purely in the Change Tracker.Shadow...