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
Explain the types of comments in c#?
In which order the destructor is called for an inherited class?
Which class comes after the SortedList class?
explain the nature of the assembly work?
How do you type a null character?
What is ienumerable t in c#?
What is data type c#?
What is xml serializer?
Can datetime be null c#?
What are the Uses of CLR
If dll and exe files are same it means you can deploy both the files in gac?
What is type safe code?
Can we inherit sealed class in c#?
Explain what is the smallest unit of execution in .net?
What is hash c#?