C#
Dynamics CRM: Extensions to Improve IOrganizationService
I’ve become a big fan of extension methods over the years to make my development work in Dynamics CRM, easier to implement and easier to read (i.e., easier to support.) Extension methods allow us to, exactly as the name implies, extended an existing class or interface with new methods – its a simpler version of implementing a derived class. (more…)