2
votes
3answers
346 views
Is there a more efficient text spooler than TextWriter/StringBuilder
For a situation like capturing text incrementally, for example if you were receiving all of the output.write calls when a page was rendering, and those were being appended into a textwriter over a …
0
votes
What is the maximum possible length of a .NET string?
200 megs... at which point your app grinds to a virtual halt, has about a gig working set memory, and the o/s starts to act like you'll need to reboot.
static void Main(string[] arg …
