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 difference between list and ilist in c#?
Does unity require coding?
What is dll file in c#?
Can abstract class have constructor?
What does the initial catalog parameter define in the connection string?
Which is faster dictionary or hashtable?
Where is the main method in c#?
Can main method be final?
How do I count the length of a string in c#?
Why are mutable structs evil?
What is a streamwriter in c#?
What are PE(Portable Executable)?
Describe the process of “exception handling implementation” in c#?
What are variables in c#?
Why is dll used?