Category: Power Platform Buddy & Tiny

I Wish I Would Have Known #1: Fetchxml VS Query Expression

It totally depends on your plugin style: In case for early-bound, I like using LINQ because it’s strongly typed and It helps development speed. Certain benchmark test have proved that Fetchxml is slightly faster than QueryExpression.

As per Microsoft official docs, there is no visible performance difference but just a personal preference of the developer.