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 |
What is int32 maxvalue?
What is the use of nullable types in c#?
Which language is used for desktop application?
Why generics are used in c#?
What is tryparse c#?
can we declare a variable by name "this" in a class? Please explain?
How do I create a multi language, multi file assembly?
What are virtual destructors?
0 Answers InfoAxon Technologies,
How to authenticate web service? When you enter the web service url in browser it should ask username and password. After entering the un&pwd we have to show its methods and service description(wsdl).
Why do you need boxing in c#?
What is Lambda Expression?
How to Show Message box in Metro Style App?
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)