What's the difference between system.string and system.text.stringbuilder classes?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Explain the role of Garbage collector and its generations?

0 Answers   MCN Solutions,


What is difference between override and new in c#?

0 Answers  


Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }

2 Answers   Proteans,


What is difference between value and reference types?

5 Answers   Accenture,


How do switch statements work?

0 Answers  






What are virtual classes in c#?

0 Answers  


What is difference between managed and unmanaged code?

0 Answers   SwanSoft Technologies,


List the two important objects of ado.net and also list the namespaces that are commonly used in ado.net to aid in connection to a database.

0 Answers  


What do u mean by thread safe?

0 Answers  


What is the benefit of using interface in c#?

0 Answers  


hi my question is about understanding a text the user entered to a site , so i want to analyse that text looking for some specific items such as "honda" "shoffere" etc.. so if this site could help or could tell me where to go with such question ,i wonder. thanks

0 Answers  


Is an array an object c#?

0 Answers  


Categories