What is static Constructor?
Answers were Sorted based on User's Feedback
Answer / suresh mediboyina
Static constructor is used to initialize static data
members as soon as the class is referenced first time
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / nagarjunareddy.sannapareddy
1.static constructor is execute only once while class is
loaded into memory
2.static constructor use only static variables
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / manikanta.srinu
1.static constructor is execute only once while class is
loaded into memory.
2.static constructor use only static variables.
3.static constructor is a paramaterless constructor.
4.Can't use access modifiers on static constructor.
5.We can't create instence for static constructor.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nagakrishna balusu
static constructor is execute only once while class is
loaded into memory.
2.static constructor use only static variables.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are library functions?
which of the following statement is true about gac. a)it is being handled by .net framwork b)It is special folder c)it can have files with same name etc etc.
question related to table havi colspan and row span
Are there any third party logging components available?
inprocess vs out process session state : Dot net architecture
how to kill user session ?
Explain different pipelining hazards and how are they eliminated? : Dot net architecture
Explain pipelining? : .NET Architecture
if i want to validate all the control on web page how i will do
Let's say I have an existing application written using Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. How would you approach migrating this application to .NET ?
Explain the difference between primary & secondary storage device? : Dot net architecture
Explain the purpose of cache? How is it used? : Dot net architecture