- Published on
- Authors
- koskila
How to add creator/modified info to all of your EF models at once in .NET Core
This is a tip that should often be the first thing you do in your projects with database backend, no matter which technology you use: Add some basic info about modified and created times, and the user information - so that if something happens, everyone will know who to blame 😉 There are a lot of great blog articles describing how to do this in .NET Framework, but not that many for .NET Core. It's very similar, but not the same. I learned that by copy-pasting code from the former to the latter.









