How to Ignore Shadow Properties using EF Database-First approach to Scaffold-DBContext and Generate Separate Trackable class
I am using the Entity Framework Database-First approach previously I have used the Code-First approach and created a Tracking class for common properties and inherit all the entities from it as shown below: