Hi all,
I have a MVC website hosted in azure with back-end connected to D365.
I'm using the XRM.Tooling.Connector because it supposedly has 'service protection api limits' protection built in but I'm not seeing it working at all because my MVC portal is exceeding D365 API limits within 30 minutes of going live.
I have two questions:
1. How are LINQ queries against Dynamics 365 being treated by the platform? I thought i read somewhere they are treated as 'RetrieveMultiple' and if so is there are a workaround similar to this https://docs.microsoft.com/en-ca/powerapps/developer/common-data-service/api-limits
2. Do they count against API limits?