
Announcements
What is the difference between XrmQuery and Xrm.Web.Api when developing ?
Why does Visual Studio recommend XrmQuery ?
Xrm.WebApi is the official Microsoft namespace to deal with Dataverse Web API in a client context.
XrmQuery is from a third-party package (it can be from NPM or from XrmDefinitelyTyped but I don't know which one you found, can be also another one).
Where do you get the recommendation? from GitHub Copilot?