Tuesday, June 2, 2015

Class Library for CRM Fields Schema Names


I am thinking about creating a Class Library to support CRM Fields Schema Names and Data Types in developing Plugins.
Two concepts hitting my mind.

  • Make an object oriented style of classes with helper methods in base classes
  • Create configurations regarding all schema field names and store them as field properties by creating specific entity classes on the fly. 
Hmm, well 2nd point is looking more feasible in  such development....


#AW Customization Consultant Maison Consulting & Solutions

Asp.Net MVC (5) - Exception Filter - HandleError

Applicable on Asp.Net MVC5 HandleError Filter This belongs to Exception Filters category (Authentication Filter, Authoriz...