Posts
Sort by recent activity
Strange behavior when profiling methods that uses EF
Hi,
I have the following EF query:
DbContext.Priorities.OrderBy(x => x.Value).ToList()
Where Priorities maps over a table with only 4 records.
When I profile with ANTS Performance Profiler 7.4 says...