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
How does bubble sort work?
Why main method is static in c#?
Can you explain template pattern?
What is the signature of a method?
What is response redirect in c#?
How would you describe encapsulation in c#?
Explain About Global.asax
Where do we set the min and max pool size for connection pooling?
What is parse method in c#?
How does return work in c#?
What is the symbol used for in c#?
What is orm in c#?
Explain the difference between the system.array.copyto() and system.array.clone()?
Is c and c# the same?
Perfect Example Of While And Do-While Loop In C#.Net ?