How to Use SaveChangesAsync in .NET

Stop blocking threads. If you want async database writes, use SaveChangesAsync() instead of SaveChanges().