Using SQL Temporal Tables with Entity Framework Core
Although SQL Server Temporal Tables feature is not natively supported in Entity Framework Core, there is a way you can still use it together with EF Core. Read on to see how we can, quite nicely, integrate it with the Entity Framework.
By Mirek on (tags: Entity Framework, SQL Server, Temporal Tables, categories: code)