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 |
Why dataset is used in c#?
4. Describe the process when we send a request URL? And who is responsible for that?
What is difference between assembly and dll?
What is int16?
Is list passed by reference c#?
What are the 2 types of data types available in c#?
What does public mean in c#?
1) how to delete duplicate records from table in sql server 2005 2) what is run time polymorphism
Explain synchronous and asynchronous operations?
How to properly clean up excel interop objects?
What is arraylist c#?
In gridview in editmode if we want to display information in one combobox based on
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)