Refactoring nightmare Entity Framework query with performance in mind – Part III
One of key problem solving methodology, PDCA (Deming circle), distinguishes 4 separate stages one should do in order to approach any problem: Plan - identify what the problem is and plan best way to solve itDo - implement your solution trialallyCheck - inspect, whether your solution brings better resultsAct - if results are better, implement your solution and make it new standard. If not, recreate the cycle for another potential solution PDCA cycle. Fot: Wikipedia At this point…