EF Core with PostgreSQL 16 – Create a Unique Index with `NULLS NOT DISTINCT` for a GUID
I have one property in an entity that is the type of Guid
it’s unique but nullable.
Is this transaction code with using async valid or is it bad practice?
I found a lot of code working with transaction in an app in which I do a code review.
A lot of times there is no rollback-handling explicit and I first thought, that the rollback will never made and the transaction is therefore never closed.
EF Core: How to make owned collection required?
I have the following entities: