when web.config file is being called or referenced?tell me about the searialized procedure followed in page loading.
1 3063String[] 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 8349DateTime[] 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 6534Is .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 5106Post New Dot Net General Questions
How to create a key pair in .net?
Is .net is a language?
What is the single responsibility principle?
Name the classes that are introduced in the system.numerics namespace.
Explain me what are the deferred execution and the immediate execution in linq?
What is RCW (Run time Callable Wrappers)?
What operating systems does the .net framework run on?
What is assemblies in .net?
What are the namespace available in .net?
Explain the main components in .net?
What's singleton activation mode in .net?
Explain me what is encapsulation?
What makes .net core cross platform?
What is static constructor, when it will be fired? And what is its use?
Explain the process of serialization in .NET?