A small project used to learn:
NOTE: This project uses SQLLite for the database but could easily be changed to a SQL Server by changing the connection string.
Need to update audit logging to handle a property that is a list of owned types currently it will only handle as a property that is a singular owned type
While researching how to get EF Core 6 to work with the new .NET 6 DateOnly & TimeOnly types. I came across this great .NET Utility TinyHelpers. Thank you Marco Minerva for sharing this great library!