问FirstOrDefaultAsync() & SingleOrDefaultAsync() vs FindAsync() EFCoreEN注意OnConfiguring方法里的Use...
Hi. I am wondering why using .FirstOrDefaultAsync() instead of .FindAsync() in the Details action method and Delete action method? Isn't the .FindAsync() supposed to be faster than .FirstOrDefaultAsync()? Or are they the same in this case?