entity framework
Step by step: Entity Framework Core and Shadow Properties
·967 words·5 mins
dotnet
entity framework
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.
Step by step: .NET Core and Entity Framework Core
·524 words·3 mins
dotnet
entity framework
Today I’ll show you how to create a small console application with a Step by step: .NET Core and Entity Framework Core example.
First be aware of the following prerequisites:
**OS** **Prerequisites** Windows Windows: You must have .NET Core SDK for Windows or both Visual Studio 2015 Update 3* and .NET Core 1.0 for Visual Studio installed. linux, mac or docker checkout .NET Core Now let’s start: