Q. Which one of the following is the fastest way to concat strings in ASP.NET?


A. Concat method of the String object
B. Append method of the StringBuilder object
C. Plus sign operator to concatenate the strings
D. Substring method of the String object
Ans: B