Temporal Tables with EF Core 6

added by DotNetKicks
1/31/2022 8:49:25 AM

413 Views

Temporal tables keep changes of updates and deletes with specific tables. This is a feature of SQL Server since SQL Server 2016. Without using this feature from SQL Server, with EF Core often the behavior when saving objects was overridden to keep the data in the database.


0 comments