VukVuk (Page 21)

SQL Server Temporal Tables

System-versioned temporal tables in SQL Server

One of the most important new features of ANSI SQL 2011 (ISO/IEC 9075:2011) was defining language enchantments for SQL temporal functionality. Support for SQL Server came with the 2016 version as a "system-versioned temporal tables."

Read more...


Soft Updates

...and Soft Deletes

Hard Delete - An operation in which data is erased from the database
Soft Delete - An operation in which a flag is used to mark data as unusable, without erasing the data itself from the database.

Read more...


Clean Architecture Resources

Resources for Clean Architecture I have found useful