I've been using QueryExpression with the new .net Core SDK for Common Data Service (CDS) but wonder if there is a way to use that with linq or web api. Is there any documentation/sample out there?
Hi @JMan2021,
No unfortunately you can't use QueryExpression with .NET core because it's with the .NET Framework SDK. With .NET Core you can make call directly to the rest API (Web API) and use the DataverseServiceClient: https://github.com/microsoft/PowerPlatform-DataverseServiceClient
Hope this helps!
mmbr1606
22
Super User 2025 Season 1
stampcoin
19
Michael E. Gernaey
15
Super User 2025 Season 1