Microsoft Dynamics CRM 2015 Asynchronous Batch Process Solution

https://mscrm2015asynchronousbatchprocess.codeplex.com/

Execute recurring workflow processes with the help of this custom workflow activity that will trigger batch processing of records matching a query criteria, based on a configurable schedule.

Dynamics CRM Developer Extensions

https://github.com/jlattimer/CRMDeveloperExtensions

“The goal of this project is to be an alternative to the CRM Developer Toolkit that shipped with the Dynamics CRM 2011 & 2013 SDK. Initially it will contain templates and code snippets to help jump start the development process but eventually will expand to include other tooling to help streamline the process of getting and deploying web resources as well as plug-ins and custom workflow activities.”

CRM_Developer_Extensions

For background information on the limitations of Microsoft’s CRM Developer Toolkit (Visual Studio 2013 support, CRM 2015 support) and the approach for building this alternative, read this post from Jason Lattimer.

Toolbox for Dynamics CRM plugin: Solutions comparer

https://xrmsolutionscomparer.codeplex.com/

Compare the contents of CRM solutions XML in two different organizations. Save the complete analysis results or only diff between the organizations to identify what components have been added, removed, changed or moved.

PFE Core Library for Dynamics CRM

https://pfexrmcore.codeplex.com/

Dynamics CRM source code developed by the Microsoft Premier Field Engineering (PFE) team for sample/prototype solutions. The library contains the following components:

  • XrmServiceManager Classes – Provide a simplified and efficient connection pattern to CRM services regardless of the authentication method
  • ParallelServiceProxy Classes – Provide abstracted parallelized processing of CRM service operations
  • Query Extensions – Methods for retrieving all pages and performing operations on each page of results
  • Security Extensions – Methods for encrypting/decrypting values and converting between String and SecurityString types

CRM Access Team Mover

http://www.alexanderdevelopment.net/post/2014/12/13/console-application-for-moving-dynamics-crm-access-team-templates

Console application that allows you to copy Access Team Templates from one CRM environment to another. Helps avoiding a problem where an exported solution’s entity form refers to an an Access Team Template GUID that doesn’t exist in the target organization.

ERD Generator for Dynamics CRM 2011/2013

https://dynamicsofdynamicscrm.wordpress.com/2014/10/08/erd-generator-for-dynamics-crm-20112013/

Generate a Visio diagram of the Dynamics CRM entity data model, visualizing the relationships between any selected entity and the related entities in an ERD file. Works with standard and custom entities.