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...

what does static void Main(string[] args) in C# mean????????

Answer Posted / elan

It is the code starting point and when a function specified with static it will be always available in App Domain (in application). Also no need to create any instance and Classname.Function / Method name will work. The usage of string args[] is read the command line argument.

Is This Answer Correct ?    23 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is windows application in c#?

969


Explain how to parse a datetime string?

972


What is namespace c#?

974


What is .cshtml file?

1048


Why static variables are used?

1077


What is the main purpose of delegates in c#?

1018


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

973


Write a program in C# for checking a given number is PRIME or not.

1115


What is application object in c#?

981


What is the difference between Decorator and Adapter pattern?

1029


How can i Spawn a Thread

952


What are Memory foot print of an exe?

1085


What is the difference between throw and throw ex?

930


What is the base class of all classes in c#?

1034


What is difference between string and stringbuffer in c#?

1008