#visual-studio

Posts tagged with this topic.

Merging Javascript for Dynamics CRM Development

Jul 25, 2018

SOC (Separation of Concerns) is one of the best Design Patterns that I love so much. Using this design pattern, I found it easier for me to identify bugs in my code. When developing Javascript code on Dynamic CRM, I will separate my concerns into three parts: Events: Bridge from...