I want to query data in two separate CRM 2011 Entities and do a calculation with the data and then based on the results of the calculation I want to write a value to a field.
Is LINQ the best way to do this?
If it is has anyone any examples of how to use LINQ for something like this?