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 data binding with example?
How you will create satellite assemblies?
What is singleordefault?
What is generic delegates in c#?
Int map to which .net types?
What are the different types of constructors in c#?
What are the generation of Garbage Collection in C# .NET ?
What is difference between array and list?
What is encapsulation in csharp?
What Is A Multicast Delegate?
without modifying source code if we compile again, will it be generated MSIL again?
What is desktop GUI application?
Difference between type constructor and instance constructor? What is static constructor, when it will be fired? And what is its use?
What is the difference between select and selectmany?
What is a copy constructor in c#?