This option will reset the home page of this site. Restoring any closed widgets or categories.

Reset

C sharp interview questions


Page 1 of 11

C sharp INTERVIEW QUESTIONS

1. What’s the advantage of using System.Text.StringBuilder over System.String? StringBuilder is more efficient in the cases, where a lot of manipulation is done to the text. Strings are immutable, so each time it’s being operated on, a new instance is... (Continue reading)

Tagged with:         

Page 1 of 11