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
Diane
NA
40
0
newbie question for C#.net
May 31 2010 12:37 AM
Since I am new to c#.net 2008 but I have worked a little with visual basic.net 2005, I have the following questions I would like to ask:
1. When I am looking at a .sln file that I will be maintaining a work, I can see there are lots of static void Main() methods in a file called program.cs throughout the solution in separate folderts. Can you tell me the purpose of this kind of code? Does this instantiate an object, is this a class libary member?
2. When running the C#.net 2008 professional version windows application, how do I know which 'main' method is being called?
3. When looking at this sln, I would like to determine all the different ways to run this .sln application there are. To do this would I look at the different ways there are to run the application (release, debug, configuation mange), would I use the object explorer? How would you recommend I learn how this .sln is executed
Reply
Answers (
1
)
main method
c# deployement