Can we change static value in c#?


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

Post New Answer

More C Sharp Interview Questions

What is use of super class

4 Answers   NIIT,


Describe the types of comments 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,


What is a class in unity?

0 Answers  


What is a partial class in c#?

0 Answers  


How can I develop an application that automatically updates itself from the web?

0 Answers  


What is asp net c#?

0 Answers  


What are Regex / regular expressions ?

0 Answers   QuestPond,


What is gac? How to put assembly in gac?

0 Answers  


If a base class has a bunch of overloaded constructors, and an inherited class has another bunch of overloaded constructors, can you enforce a call from an inherited constructor to an arbitrary base constructor?

1 Answers  


please exaplain gridview and what are the process available for it. how to add the row number automatically? is it possible to add child controls ?

2 Answers  


How do you inherit a class into other class in c#?

0 Answers  


Categories