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 |
How do generics work in c#?
Is void a class?
Is namespace a class?
How structure objects are destroyed? As GC releases only the objects in stack, and structure is a value type and stored in heap. So how structure objects are released?
Where is the output of TextWriterTraceListener redirected?
What is difference between value and reference types ?
Why do we use ienumerable in c#?
What is an enumerator c#?
What is transparent caching with aop ?
What are the fundamental principles of oo programming?
Is concurrent queue thread safe?
Can hashset contain duplicates 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)