Hi All, I am having a small problem regarding memory management in .NET.
Suppose we declared and defined a string variable str="Today is a confusing day" Now we used this string in our code. After that we need to have some other data in the str variable. So before assigning it some other string like str="Now all the confusions are resolved" we need to dispose the memory held by previously assigned string as strings are immutable. Please don't tell me about StringBuilder as I can not use it becoz I have to do a lot of split,indexOf,lastindexof,Substring operations. Thanks in advance, Akki -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en or visit the group website at http://megasolutions.net
