What?s the advantage of using System.Text.StringBuilder over
System.String?
Answer Posted / kirti
StringBuilder is more efficient in cases where there is a large amount of string manipulation. Strings are immutable, so each time it's being operated on, a new instance is created.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the different types of delegates used in c#.
Where test director stores its data ? Database ,Local file etc...? I need to read this data from Visual Studio 2005 c# client. Regards
What is msil, and why should developers need an appreciation of it if at all?
What can be done with c#?
What is difference between dictionary and hashtable in c#?
What is an actual parameter?
What is null in database?
What is indexer c#?
What is system predicate?
How can I produce an assembly?
Describe the ways of cleaning up objects in c#.
Describe ado.net?
What is difference between string and stringbuffer in c#?
Suppose you have already existing application with Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. With this example how can you approach migrating this application to .NET?
What is polymorphism and its types in c#?