C# is case sensitive, what is mean by case sensitive
Answers were Sorted based on User's Feedback
Answer / pankaj
Case sensitive means that every charcter that is written in
in small latter is different from Capital latter
ex - a is different from A.
now in case of c#
every keyword like
1. Main() is different from main().
2.Console is different from console.
| Is This Answer Correct ? | 29 Yes | 1 No |
Answer / kishoreg
The First thing that we need to aware is C# is case-
sensitive.If you are used to program using either c,c++
then definitely you might have come across the case-
sensitive nature.
Small Example to case[i.e, either UPPER or lower]
sensitive .
We used to define Main as
static void Main()
{
....
}
but instead if you write the [M]ain as [m]ain then it will
give you error becoz both are different identifier.
This is what case-sensitive.Most of the time VS-IDE will to
your rescue if you gone wrong somewhere with the c# syntax.
Hope it is helpful.
| Is This Answer Correct ? | 21 Yes | 3 No |
Answer / rajkamal
Case Sensitive means treating/Allowing/Considering Upper
Case Letters as Different as Lower Case vise versa.
| Is This Answer Correct ? | 8 Yes | 2 No |
Can we overload indexer in c#?
What is a thread c#?
Can we inherit singleton class in c#?
What is difference between iqueryable and ienumerable in c#?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
What are anonymous methods ? why these methods are used and in what condition these methods are useful ?
What is dapper in c#?
Why do we need delegates?
write the Syntax for Function or Method Overriding?
Is c# different than c++?
What is a cs file?
Why do we need static class in c#?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)