Have you heard of System.Text.StringBuilder? It is a .NET class which specializes in faster string manipulation. Can we use it in X++? Is it faster? How much faster? When is the break-even point on using the StringBuilder class? String concatenation (+) actually allocates, and populates a new variable in memory for the new string and then destroys the prior string….
Continue Reading Dag Calafell, III’s Article on their blog
String Concatenation Performance – Dynamics 365 for Finance and Operations
Have you heard of System.Text.StringBuilder? It is a .NET class which specializes in faster string manipulation. Can we use it in X++? Is it faster? How much faster? When is the break-even point on using the StringBuilder class?
Blog Syndicated with Dag Calafell, III’s Permission
More About This Author
Array
- Finance & Operations8 May 2024How do I Determine the Azure Region for my Production Dynamics 365 Environment with AI
- Finance & Operations25 August 2021Opportunity in Analytics for Microsoft Dynamics 365
- Finance & Operations12 July 2021Throttling on Dynamics 365 Finance & Operations (Supply Chain Management) Starting 10.0.19
- Finance & Operations11 June 2021Remove $id from Custom Web Service JSON – Dynamics 365 F&O