TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
dc
NA
663
0
main method
May 31 2010 12:25 AM
I have the following questions to ask about the 'generated' code I have seen so far:
1. I have seen static void Main() method in a file called program.cs. Does this
instantiate an object or is this just 'class' library code? Please explain.
2. I have seen where the same solution can have several static void Main() method
in a file called program.cs. Basically there several of this program.cs files. Thus,
can you tell me why you would see so many and how can the code be setup to know what
program.cs to use?
Reply
Answers (
1
)
Drawing with C#
newbie question for C#.net