Buy Questpond's video subscriptions on
huge discount
.
Online: 1199
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
.NET Framework
>
Loading ...
What is difference between "String" and "string" ?
Posted by
Akiii
on 12/12/2011 | Category:
.NET Framework Interview questions
| Views: 4780 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
"string"
is an alias for
System.String
. So technically, there is no difference between them. It's like
int
vs.
System.Int32
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
What is the basic difference between "var&quo ...
Next > :
What is LINQ?
Comments or Responses
Posted by:
prabhakarpandeynetsutra-12829
on: 12/13/2011 |
Points: 10
Very Simple
string is a type in c# while String is a type in .Net CLR.
Ultimately c# type is converted into .net type.
Login to post response
More Interview Questions by Akiii
web.config file main two advantages are :- (1) web.config file cannot ...
In WCF, "wsHttpBinding" uses plain unencrypted texts when tr ...
Why in WCF, the "httpGetEnabled" attribute is essential ?
You can derive an abstract class from another abstract class. In that ...
Tell me the exact difference between IQueryable and IEnumerable interf ...
When a dynamic compilation of a website project is bad ?
Which file specifies the name and location of the class that implement ...
If you define additional methods in the WCF service that are not in th ...
Latest Interview Questions
What is LINQ?
how to caputure user control button click event in aspx page
difference between array and stack
Suppose you have a DataTable having 100,000 rows and 50 columns. Now y ...
Can we assign values to read only variables?if yes then how?
Difference between Abstract class and interface?
What are User Controls and Custom controls?
What is MERGE statement?
More ...