Answer Posted / vibhu
.NET Run time does not specify when it will invoke a static
constructor. This is one caveat about the static
constructors. Though, what we could be certain of is that
it will be invoked before the first instance of the
corresponding class is created.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the full form of GAC? Explain its uses?
What are abstract classes in c#?
What is the difference between const and readonly in c#.net?
How many parameters can a method have c#?
What is connection pooling in ado.net?
What is dll file in c#?
What is strong name in c# and how can we use it?
Explain how can you clean up objects holding resources from within the code?
What is the default value of guid in c#?
Can a struct have a default constructor (a constructor without parameters) or a destructor in c#?
What is delegation in oops?
What is a thread c#?
What is a dynamic assembly?
What is the difference between protected and internal in c#?
What is singleordefault?