Posts

Q 1.  What is Difference between String with capital S and string with small s in C#? Answer--  Both are the same. string is the alias of String. Just like int & int32. Object & object. Double & double