Hi,
I've found since working with CRM SDK that I seem to have a lot of issues with caching.
I've built a website in ASP.NET (C#) that communicates with CRM SDK using LINQ and i've found that even though I have ALL caching switched off in IIS8.5 - I need to do a IISRESET to get the server to clear the cache and I can see new records.
If I then add a new record via CRM - it shows. But when I add a second record - it's stuck in cache again.
I can only come to the conculsion that the SDK is caching - and when I perform a IISRESET it asks the SDK to send updated records?
Does anyone know?