What is the use of the static constructor? When static
constructor gets compiled?
Answer / jitendra
Static constructor is used to initzialise the static data
members when the class has been instantiated first time.
Static data members can certainly be initialized at the
time of their declaration but there are times when value of
one static member may depend upon the value of another
static member. In such cases we definitely need some
mechanism to handle conditional initialization of static
members. To handle such situation, C# provides static
constructor.
| Is This Answer Correct ? | 20 Yes | 2 No |
What is the extension of c# file?
What is a resource? Provide an example from your recent project.
2 Answers IBM, Logica CMG, Wipro,
What is serialization in unity?
what is satelite assembly?
What is difference between the "throw" and "throw ex" in .net?
What is multicast delegate in c# ?
write a C# Program add two matrix ?
Is array value type in c#?
how can i display crystalreport in button click? am working with VS2005
What is callback delegate in c#?
Explain the serialization in .net
What?s the .NET datatype that allows the retrieval of data by a unique key?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)