Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Why c# is type safe?

979


Describe how a .net application is compiled and executed

975


What are escape sequences explain with example?

1019


What is a console in c#?

903


What is a long in c#?

1119


What are immutable types in c#?

941


How do I do implement a assert?

1014


What is hashtable in c# net with example?

994


How to prevent the error while updating ui control from another thread?

1002


Difference between call by value and call by reference in C#?

1060


Why do we use 0?

974


What is the purpose of dependency injection?

966


Can an exception be thrown from a catch block?

1062


How do I declare a pure virtual function in c#?

1035


What type is string in c#?

907