when web.config file is being called or referenced?tell me about the searialized procedure followed in page loading.
1 2729String[] 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 7508DateTime[] 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 6037Is .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 4711Post New Dot Net General Questions
Explain the difference between constants and read-only variables?
Please explain what do the terms “boxing” and “unboxing” mean?
How to get the number after decimal point in .net?
What is meant by localization?
What are the two main parts of the .net framework?
What are pdbs?
What are two different types of remote object creation mode in .net?
What is the new three features of COM+ services, which are not there in COM (MTS)
Which dll is required to translate xml to sql in internet information server (iis)?
What are nullable types in .NET
What's the problem with .net generics?
How to create multiple inheritance in c#, with example?
What is the difference between override and overload in a method?
What are the purposes of using .net?
What is a formatter in .net?