when web.config file is being called or referenced?tell me about the searialized procedure followed in page loading.
1 2993String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12
6 8153DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12
3 6409Is .net is platform independent. If am using solaris, installing .net first u had to install framework, so framework is .exe file then it will not take in solaris or any other than windows,then how .net is platform independent.
1 5035Post New Dot Net General Questions
Describe the programming model of a windows service
How to create a key pair in .net?
What are the deferred execution and the immediate execution in linq?
What is meant by globalization?
Tell us why do we use the “using” statement?
What is the native image generator?
What's the problem with .net generics?
What is delegation in .net?
What are the new features of Framework 1.1 ?
What is a formatter in .net?
What is the lapsed listener problem?
What exactly is being serialized when you perform serialization in .net?
Difference between user groups and code groups
What are the differences between user control and server control?
Using activex control in .net?