Is stringbuilder faster than string concatenation c#?


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

Post New Answer

More C Sharp Interview Questions

What is the difference between out and ref in c#?

0 Answers  


How is lazy loading achieved?

0 Answers  


If a method's return type is void, can you use a return keyword in the method?

0 Answers  


What is difference between method overriding and method overloading?

0 Answers  


What is console read in c#?

0 Answers  


How do I run managed code in a process?

0 Answers  


What are Generics?

5 Answers   TCS,


What is public, private, protected, internal and internal protected?

0 Answers   QuestPond,


What is difference between override and new in c#?

0 Answers  


What is a interface in c#?

0 Answers  


So let's say I have an application that uses myapp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name myapp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new myapp.dll?

0 Answers  


What is enumerable in c#?

0 Answers  


Categories