What is the execution entry point in C# console application?

 Posted by vishalneeraj-24503 on 9/6/2014 | Category: .NET Framework Interview questions | Views: 4278 | Points: 40
Answer:

The Main method is the execution entry point of C# console application.

For Example:-
Public static void main(string[] args)

{
}


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response