when web.config file is being called or referenced?tell me about the searialized procedure followed in page loading.
1 3074String[] 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 8385DateTime[] 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 6554Is .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 5112Post New Dot Net General Questions
What does jit compilation do in .net?
What is UDDI and how to register the web service in it?
Explain what inheritance is, and why it's important?
Explain about the features and elements present in Visual studio.NET IDE?
What is .net code security?
Explain the use of activex control in .net?
Explain the difference between managed and unmanaged code?
Explain webfarm vs webgardens in .net?
What is iis? Have you used it?
Please explain what inheritance is, and why it's important?
Explain about the Common Language Runtime?
What is msil, il?
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
Do you know what is lambda expressions in c#?