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 8380DateTime[] 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 6551Is .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
Explain attributes in dot net?
What is misl?
Explain how garbage collection works?
What is the need of OLE-automation?
What do the terms “boxing” and “unboxing” mean?
What is Polymorphism? How does VB.NET/C# achieve polymorphism?
What is common language specification (cls)?
Is there any attempt system for microsoft technology papers?
What is il in vb.net?
Explain me difference between public and static modifiers?
What is a .DLL and .EXE files called in .NET?
Which namespace is require to used XML in .NET?
Differences between dll and exe?
What is the difference between a class and an object, and how do these terms relate to each other?
Explain what is the difference between constants and read-only variables?