Solution changes

The PowerServer C# solution has the following new features:

  • A project named UserExtensions is added to the PowerServer C# solution.

    This project contains miscellaneous existing utilities such as logging, authentication, management APIs etc. And as the project name suggests, you can also customize and enhance this project by adding additional code and functionalities in this project, and this project will remain unchanged and unaffected even when the solution is upgraded.

  • A setting called MaxSPCache is added in the Applications.json configuration file.

    This setting specifies the maximum number of stored procedures for which the driver caches information. The driver retrieves information from the server about a stored procedure's parameters the first time the stored procedure is called and caches that information. The next time the procedure is called, the driver retrieves the information from the cache to improve performance. You can turn off caching by setting the value of MaxSPCache to 0.