Обложка канала

Библиотека шарписта

Полезные материалы по всему, что может быть интересно разработчику на C#.

Библиотека шарписта

3 года назад
Открыть в
Эксперименты с EF Core: FirstOrDefault vs SingleOrDefault. Читать
Comparing Two LINQ Methods: FirstOrDefault and SingleOrDefault

This is an EF Core experiment measured with the popular BenchmarkDotNet library. You will find the benchmark results and the source code to reproduce everything on your machine and answer the question on the performance impact of the System.Linq methods SingleOrDefault() vs FirstOrDefault(), especially in the case of an indexed column.

Matthias Jost