What does static mean in c sharp?


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

Post New Answer

More C Sharp Interview Questions

Which attribute adorn a test class to be picked up by the NUnit GUI in the NUnit test framework?

0 Answers   Siebel,


What is Custom attribute? How to create? If I'm having custom attribute in an assembly, how to say that name in the code?

0 Answers  


What is a nested type. Give an example?

0 Answers  


How a two-dimensional array declared in C#?

0 Answers   Siebel,


When do you generally use a class over a struct?

0 Answers  






What are the Configuration files in .net?

0 Answers  


What is datatable and dataset in c#?

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,


How do you escape a character?

0 Answers  


Why is it a bad idea to throw your own exceptions?

1 Answers   Visual Soft,


How u make an application remotable?

1 Answers  


Why is c# used?

0 Answers  


Categories