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 are the benefits of using windows services:
What is difference between a constant and read-only in C#?
Explain About web methods and its various attributes
What do you mean by delegates and explain different types of delegates?
What is type safe in c#?
What are the extension methods in c#?
What is the difference between Object and class adapters?
Any problem found in vs.et
Are all methods virtual in c#?
What is boxing? Explain its functionality?
Explain About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use.
What is winforms c#?
What is the purpose of dictionary in c#?
Why delegate is used in c#?
What are the types of delegates in c#?