1
Answer

=>Difference between these two( "" & String.Empty)

 
=>In the past I always used "" everywhere for empty string in my code
without a problem.

=>Now, do you think I should use String.Empty instead of "" (at all
times) ?

            =>Which do you find easier to read & why? 
Answers (1)