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
Dyn365O2021.08.25Opportunity in Analytics for Microsoft Dynamics 365
Dyn365O2021.07.12Throttling on Dynamics 365 Finance & Operations (Supply Chain Management) Starting 10.0.19
Dyn365O2021.06.11Remove $id from Custom Web Service JSON – Dynamics 365 F&O
Dyn365O2021.06.09Link to an Azure Logic App Run