when web.config file is being called or referenced?tell me about the searialized procedure followed in page loading.
1 2699String[] 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 7447DateTime[] 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 5999Is .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 4683Post New Dot Net General Questions
What is the difference between asp.net and asp?
Explain the code behind wors and contrast that using the inline style.
What is boxing and un-boxing in .net?
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?
Why did they call it .net?
Explain the differences between server-side code and client-side code.
Is .net core managed code?
What is .net assembly?
Which Namespace is used to to achieve MultiThreading in .NET?
Explain how to produce an assembly?
Will it go to finally block if there is no exception happened?
Difference between machine.config and web.config?
What are the namespace available in .net?
Difference abstract class and interface in .net?
what is the default security setting in .net?