Does main have to be static c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Is c++ or c# better?

0 Answers  


In a C# class we have a SortedList member m_addinProjects we want to provide an iterator to allow the consumer of this class access to the items in the collection. Please provide an iterator method for the AnalyzeAddinsDLL class below and an example of how it would be used. namespace AnalyzeAddinsDLL { public class AllAddInProjects { private SortedList<string, AddInProject> m_addinProjects; public AllAddInProjects() { m_addinProjects = new SortedList<string, AddInProject>(); } } }

0 Answers   ABC, WinsIndia,


What is generic and non generic collections in c#?

0 Answers  


What is different between Static Constructor and Private Constructor?

0 Answers  


What is activator c#?

0 Answers  






Describe ways of cleaning up objects.

8 Answers   Wipro,


What is the advantage of static class in c#?

0 Answers  


What are the advantages of using delegates in c#?

0 Answers  


Name the method of servicebase class?

0 Answers  


How do you specify a custom attribute for the entire assembly (rather than for a class)?

0 Answers  


Can you have more than one namespace in c#?

0 Answers  


how can your software identify which version of dot net framework install in client pc and install framework accordingly

2 Answers   pspl,


Categories