C# is case sensitive, what is mean by case sensitive

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is anonymous method in c#?

458


What is decimal in c#?

497


Explain the security with aop?

642


What can I create with c#?

488


Explain the difference between directcast and ctype.

448






State two different types of access modifiers.

553


What is a partial class in c#?

481


Can a struct have a default constructor (a constructor without parameters) or a destructor in c#?

510


What is the difference between properties and indexer in c#?

428


What are Uses of CLR

528


What is assembly c#?

467


What’s thread.sleep() in threading ?

501


If a child class instance is created, which class constructor is called first - base class or child class?

501


What is the resgen.exe tool used for?

520


What are the classes contained in a single .NET DLL ?

501