Why Is Entity Framework So Slow?
Include(“Categories”)) because projections can further reduce the amount of data to load. The fact of the matter is that products such as Entity Framework will ALWAYS be slow and inefficient, because they are executing lot more code. Why is EF so slow? Entity Framework loads very slowly the first time because the first query EF … Read more