Ok multiple questions here:
I am trying to understand what is the difference (outside the obvious asynchronous) between
AddAsync()andAdd()methods in EF Core?When do you choose one over the other?
Does it matter if you choose one over the other for consistency?