Step by step: Entity Framework Core and Shadow Properties
·967 words·5 mins
Today I’ll show you how to create a small console application with a Step by step: Entity Framework Core and Shadow Properties example.
We’ll be modifying the code from my previous post: Step by step: .NET Core and Entity Framework Core to make the Student entity auditable without creating public/protected properties or private fields to hold the typical audit info (CreatedBy, CreatedAt, UpdatedBy and UpdatedAt) database fields.