When a Static Constructor called in .NET?
Answer / Kishor Kumar Shukla
A static constructor in C# is called automatically before the first instance of a class is created. It cannot be explicitly called. The purpose of a static constructor is to initialize any static fields declared in the class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what is a manifest in .net?
What is the difference between asp.net and asp?
What is the use of immutability?
What is the advantage of packaging over xcopy in .net?
differance between checkbox and rediobutton in vb.net?
What is the concept of inheritance in .net?
Is atl redundant in the .net world?
Is do-it (chennai) a good institute to learn dot-net???? are the trainers well experienced??
What is the purpose of enumerable class in .net?
What is class library in .net
What is Garbage Collection in .Net? Garbage collection process?
How to get the number after decimal point in .net?