Performance of Entity Framework Core
问题 I'm quite new to the EF Core. I always used the EF 6.0 and never had to use an include. Now the question comes up how i should work with these includes. I figured out three possible options and wanted to know wich would you prefer to use/which is the fastest and why? In these samples my intention is to get the details of a club. I want to check if a club with the corresponding id exists and then get the whole information. Option 1: using (var context = new TrainingSchedulerContext()) { var