Daily C# - (#1) – What the Main() Signature Looks Like

in csharp •  7 years ago  (edited)

C# was developed by Microsoft, as part of the .NET initiative, around the year 2000. The main designer and architect for the language was Anders Hjelsberg.

Now let's start...
The standard entry point for a C# program is a static function named Main().

It typically looks like this:

static void Main(string[] args)

Till next time :)

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!