Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Aptify has added the ability for customers to inject arbitrary code into the startup cycle of their instance of services. This can be useful to initialize configurations ahead of time, like populating server-side caches before they are used or changing some aspect of the .NET stack.

...

We use it to add or remove features from services that are needed for one product but not another. For example, Aptify Web has many hard coded end points to support the Javascript framework. The RecordName controller is an example of one of these end pointsendpoints. e-Business applications do not need this end pointendpoint, and exposing it could prevent a security risk. This end point endpoint is now stood up through a startup routine. The Aptify Web instance of services has this assembly in its bin directory which ensures it gets executed. e-Business does not.

...