Answer: 
"string" is an alias for System.String . So technically, there is no difference between them. It's like int vs. System.Int32
"string" is an alias for System.String . So technically, there is no difference between them. It's like int vs. System.Int32
Very Simple
  
  
string is a type in c# while String is a type in .Net CLR.
Ultimately c# type is converted into .net type.
string is a type in c# while String is a type in .Net CLR.
Ultimately c# type is converted into .net type.
Tags : .net clr,difference between string & String in.net
 
 
 About the Author
About the Author 
 



0 comments: