Boosting the Performance of an ASP.NET Application Using StringBuilder Class
page 2 of 7
by Brett Burridge
Feedback
Average Rating: 
Views (Total / Last 10 Days): 29430/ 22

The Problem

One weakness of Visual Basic derived languages such as Visual Basic 6.0 and the VBScript scripting language commonly used to write ASP scripts is that string concatenation is very inefficient.  This inefficiency can be magnified exponentially if concatenation is performed during a looping operation, such as joining together records from an ADO RecordSet.  The inefficiency exists because every time a concatenation is performed a new string object must be created in the memory.  The inefficiencies of string concatenation also affect the .NET Framework.


View Entire Article

User Comments

No comments posted yet.

Product Spotlight
Product Spotlight 





Community Advice: ASP | SQL | XML | Regular Expressions | Windows


©Copyright 1998-2024 ASPAlliance.com  |  Page Processed at 2024-04-18 7:59:48 PM  AspAlliance Recent Articles RSS Feed
About ASPAlliance | Newsgroups | Advertise | Authors | Email Lists | Feedback | Link To Us | Privacy | Search