How can we help you today? How can we help you today?
silviu
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...
2 followers 2 comments 0 votes